diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/plugins/lirc/totem_lirc_default | 16 |
2 files changed, 21 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2009-06-30 Bastien Nocera <hadess@hadess.net> + * src/plugins/lirc/totem_lirc_default: Small tweaks for the + default LIRC setup + +2009-06-30 Bastien Nocera <hadess@hadess.net> + * src/totem-object.c (totem_action_handle_key_press): When there's a DVD menu showing, use the arrow keys to navigate around, and the Enter key to select (Closes: #580351) diff --git a/src/plugins/lirc/totem_lirc_default b/src/plugins/lirc/totem_lirc_default index 5bc73e8cb..a3005581b 100644 --- a/src/plugins/lirc/totem_lirc_default +++ b/src/plugins/lirc/totem_lirc_default @@ -42,6 +42,14 @@ end begin prog = Totem remote = * + button = KEY_FORWARD + repeat = 1 + config = seek_forward +end + +begin + prog = Totem + remote = * button = KEY_REWIND repeat = 1 config = seek_backward @@ -141,6 +149,14 @@ end begin prog = Totem remote = * + button = KEY_OK + repeat = 1 + config = select +end + +begin + prog = Totem + remote = * button = KEY_MENU repeat = 1 config = menu |