bindings: add support for action "require_screen"

This commit is contained in:
Andrzej Rybczak
2012-09-16 04:33:52 +02:00
parent f0a0734728
commit 8ac1a38213
5 changed files with 72 additions and 5 deletions

View File

@@ -88,6 +88,13 @@
## before we stuff characters into input queue, so if condition
## is not met, whole chain is aborted and we're fine.
##
## - require_screen "screen" - checks whether given screen is
## currently active. accepted values: browser, clock, help,
## media_library, outputs, playlist, playlist_editor,
## search_engine, tag_editor, visualizer, last_fm, lyrics,
## selected_items_adder, server_info, song_info,
## sort_playlist_dialog, tiny_tag_editor.
##
## Note: Both 'backspace' and 'backspace_2' are used because some
## terminals interpret backspace using keycode of 'backspace'
## and some the one of 'backspace_2'. You can get away with