summaryrefslogtreecommitdiff
path: root/help.txt
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-09-20 20:39:39 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-09-20 20:39:39 +0200
commita09b3fe2ad163f2325308e6ef94327b21ac1f856 (patch)
tree52a26b53e6851ee3502820e32262557fc0687c9c /help.txt
parentabfbc5764a22af588a64bc83a500bc995830b084 (diff)
updated help.txt for 0.4.2 (removed global hotkey config syntax description)
Diffstat (limited to 'help.txt')
-rw-r--r--help.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/help.txt b/help.txt
index 8f652162..9c94b5c3 100644
--- a/help.txt
+++ b/help.txt
@@ -55,26 +55,3 @@ help file for deadbeef player
Unknown Artist - Unknown Album.flac <---- open this file
Unknown Artist - Unknown Album.cue <---- this file will be used automatically
-* GLOBAL HOTKEYS
-
- now there's GUI configuration for global hotkeys plugin, but I keep this section for reference.
-
- syntax is following:
-
- hotkeys.keyN <key_combination>: <action>
-
- example (note the numbers - must be like that):
-
- hotkeys.key1 Ctrl Alt c: toggle_pause
- hotkeys.key2 Ctrl 0x76: prev
- hotkeys.key3 Ctrl Alt b: next
- hotkeys.key4 Ctrl Alt v: stop
- hotkeys.key5 Ctrl Alt x: play
- hotkeys.key6 Ctrl Alt n: play_random
- hotkeys.key7 Super u: volume_up
- hotkeys.key8 XF86AudioLowerVolume: volume_down
-
- list of actions (might be incomplete, because i don't update this section anymore):
-
- toggle_pause, play, prev, next, stop, play_random, seek_fwd, seek_back, volume_up, volume_down, toggle_stop_after_current
-