diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 18 insertions, 5 deletions
@@ -8,12 +8,14 @@ It features - Full selection of resolutions available from camera - Remembers settings across program launches -# Debugging +# Usage -If you find a bug, please create an issue on GitHub; it will be helpful to have -your settings and log file, located in `~/.config/camlet`. - -You can try deleting/renaming your settings file as a temporary solution, to reset camlet to its default settings. +- <kbd>F1</kbd> - show this help text +- <kbd>F2</kbd> - show debug info +- <kbd>Space</kbd> - take a picture or start/stop recording video +- <kbd>Escape</kbd> - open/close settings +- <kbd>Ctrl</kbd>+<kbd>f</kbd> - open picture directory +- <kbd>Tab</kbd> - switch between picture and video # Building from source @@ -30,3 +32,14 @@ You can build the debug version of camlet with `make` (outputs `camlet.debug`), version with `make release` (outputs `release/camlet`), and install it with `make install`, or e.g. `INSTALL_PREFIX=~/.local make install` to customize the installation directory (default: `/usr/local`). You can also build the .deb installer with `make camlet.deb`. + +# Debugging + +- Known issue: pulseaudio audio capturing is broken on some versions of SDL2 + https://github.com/libsdl-org/SDL/issues/9706. This bug has been fixed now, so hopefully + it will make it to your computer soon. + +If you find a bug, please create an issue on GitHub; it will be helpful to have +your settings and log file, located in `~/.config/camlet`. + +You can try deleting/renaming your settings file as a temporary solution, to reset camlet to its default settings. |