diff options
Diffstat (limited to 'data/keymap.xml')
| -rw-r--r-- | data/keymap.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index 56664164..e2326e01 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -235,12 +235,14 @@ <key id="KEY_OK" mapto="unPauseService" flags="m" /> + <key id="KEY_2" mapto="seek:-10" flags="m" /> + <key id="KEY_5" mapto="seek:10" flags="m" /> <key id="KEY_1" mapto="seek:-30" flags="m" /> <key id="KEY_3" mapto="seek:30" flags="m" /> <key id="KEY_4" mapto="seek:-90" flags="m" /> <key id="KEY_6" mapto="seek:90" flags="m" /> - <key id="KEY_7" mapto="seek:-270" flags="m" /> - <key id="KEY_9" mapto="seek:270" flags="m" /> + <key id="KEY_7" mapto="seek:-300" flags="m" /> + <key id="KEY_9" mapto="seek:300" flags="m" /> </map> <map context="InfobarTimeshiftActions"> |
