summaryrefslogtreecommitdiff
path: root/help.txt
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2013-08-25 16:17:58 +0200
committerGravatar waker <wakeroid@gmail.com>2013-08-25 16:17:58 +0200
commit0f51f119997a3f37763ca17fe973f4445f514244 (patch)
tree5f9ae8a23cddd5194a3d9d6b55b2ecc5cc83583e /help.txt
parent626fdaa517fad63206fb20b994d73e5be9c2428d (diff)
help.txt update
Diffstat (limited to 'help.txt')
-rw-r--r--help.txt26
1 files changed, 4 insertions, 22 deletions
diff --git a/help.txt b/help.txt
index 116b2a96..8427fbdd 100644
--- a/help.txt
+++ b/help.txt
@@ -9,19 +9,14 @@ help file for deadbeef player
* USEFUL HOTKEYS
- you can navigate playlist with arrow keys.
-
- PgUp, PgDn, Home, End also work.
+ when you run the player for the first time, a number of hotkeys will be automatically assigned.
+ playlist can be navigated with arrow keys, as well as PgUp, PgDn, Home, End, etc.
use above with Shift key to select multiple tracks.
- playback is controlled Winamp™-style.
- Z, X, C, V, B, N keys are mapped to following actions:
- previous, play, pause, stop, next, random.
-
- also notice hotkey hints in the menus.
+ you can change, remove or add any key mappings in the Edit->Preferences->Hotkeys tab.
- it is not (yet?) possible to remap keys.
+ since version 0.6, the Winamp™-style hotkeys are no longer assigned by default, because it may cause issues with widgets that expect input using these keys.
* CONFIGURATION
@@ -54,16 +49,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
-* KNOWN ISSUES
-
- GLOBAL HOTKEYS
-
- configuration is buggy when using GTK3, this is a GTK3 bug:
- https://bugzilla.gnome.org/show_bug.cgi?id=682826
- there's a work-around: if the key combination field doesn't work, change to a different tab in the preferences dialog, and then back -- it should start working again.
-
- FFMPEG
-
- the ffmpeg developers have been breaking their APIs many times before, and we were fixing the plugin again ang again, but this time (ffmpeg-0.11) they broke it in a way which makes it impossible to use together with deadbeef libmms plugin.
- currently, if you need MMS+WMA playback (or any other functionality that requires ffmpeg), you can compile deadbeef manually with --enable-ffmpeg, if you have ffmpeg<=0.10 installed.
- or you can use the statically-linked ffmpeg plugin, which can be found in any of the static builds provided on the official deadbeef website.