diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-11-15 11:18:17 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-11-15 11:18:17 +0000 |
commit | 4a2c3294e994d81cc63e2feb5a75bc2ba7e65ff9 (patch) | |
tree | 37e83bf2501705844edd03fdc33a3ef962c80ff2 /recordmydesktop/doc | |
parent | 475c4ee51841405df2af00a8d092f98c39a28cbf (diff) |
recordmydesktop.1: Added documentation for shortcuts
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@433 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/doc')
-rw-r--r-- | recordmydesktop/doc/recordmydesktop.1 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/recordmydesktop/doc/recordmydesktop.1 b/recordmydesktop/doc/recordmydesktop.1 index 24d0fd9..4965457 100644 --- a/recordmydesktop/doc/recordmydesktop.1 +++ b/recordmydesktop/doc/recordmydesktop.1 @@ -53,7 +53,29 @@ SIGABRT terminates the program and removes the specified output file. .br .br +This signals can also be delivered on the application, with the use of +shortcuts. .br +See +.B +\-pause\-shortcut +and +.B +\-stop\-shortcut +, on the +.B +Misc. +section +of +.B +Options +bellow. +.br + +.br + +.br + A typical scenario of recording can be a command as simple as: .br .B @@ -344,6 +366,29 @@ Misc Options: .br .TP .B + \-pause\-shortcut MOD+KEY + Shortcut that will be used for pausing or unpausing the recording. + MOD can be any combination of the following modifier keys: + Control, Shift and Mod1 to Mod5. The modifiers can be separated + with any character( +.B +except SPACE +) or none at all. KEY can be any key defined in + /usr/include/X11/keysymdef.h without the XK_ prefix. + The list of modifiers must be separated from the key with a plus('+') + sign. + Default is Control+Mod1+p (Mod1 usually corresponds to left Alt). + +.br +.TP +.B + \-stop\-shortcut MOD+KEY + Shortcut that will be used to stop the recording. + For more, see \-pause\-shortcut above. + Default is Control+Mod1+s. +.br +.TP +.B \-\-compress\-cache Image data are cached with a light compression. .br |