Skip to content

Commit

Permalink
add key www and directory to hotkey setup
Browse files Browse the repository at this point in the history
  • Loading branch information
madie66 committed Jan 8, 2015
1 parent eec62de commit 47fb3b4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
8 changes: 6 additions & 2 deletions data/keymap.ntr
Expand Up @@ -246,9 +246,9 @@
<key id="KEY_ZOOM" mapto="ZoomInOut" flags="b" />
<key id="KEY_ZOOM" mapto="ZoomOff" flags="l" />
<key id="KEY_CONNECT" mapto="HarddiskSetup" flags="b" />
<key id="KEY_WWW" mapto="showWWW" flags="m" />
<key id="KEY_WWW" mapto="showWWW" flags="b" />
<key id="KEY_SETUP" mapto="showSetup" flags="m" />
<key id="KEY_DIRECTORY" mapto="showPluginBrowser" flags="mm" />
<key id="KEY_DIRECTORY" mapto="showPluginBrowser" flags="b" />
<key id="KEY_PVR" mapto="showMovies" flags="m" />
<key id="KEY_PROG1" mapto="HarddiskSetup" flags="b" />
<key id="KEY_OPEN" mapto="showMovies" flags="b" />
Expand Down Expand Up @@ -934,6 +934,10 @@
<key id="KEY_FILE" mapto="file_long" flags="l"/>
<key id="KEY_OPEN" mapto="open" flags="b"/>
<key id="KEY_OPEN" mapto="open_long" flags="l"/>
<key id="KEY_WWW" mapto="www" flags="b"/>
<key id="KEY_WWW" mapto="www_long" flags="l"/>
<key id="KEY_DIRECTORY" mapto="directory" flags="b"/>
<key id="KEY_DIRECTORY" mapto="directory_long" flags="l"/>
<key id="KEY_TIME" mapto="timeshift" flags="b"/>
<key id="KEY_SEARCH" mapto="search" flags="b"/>
<key id="KEY_RESTART" mapto="slow" flags="b"/>
Expand Down
4 changes: 4 additions & 0 deletions data/keymap.u80
Expand Up @@ -830,6 +830,10 @@
<key id="KEY_FILE" mapto="file_long" flags="l"/>
<key id="KEY_OPEN" mapto="open" flags="b"/>
<key id="KEY_OPEN" mapto="open_long" flags="l"/>
<key id="KEY_WWW" mapto="www" flags="b"/>
<key id="KEY_WWW" mapto="www_long" flags="l"/>
<key id="KEY_DIRECTORY" mapto="directory" flags="b"/>
<key id="KEY_DIRECTORY" mapto="directory_long" flags="l"/>
<key id="KEY_TIME" mapto="timeshift" flags="b"/>
<key id="KEY_SEARCH" mapto="search" flags="b"/>
<key id="KEY_RESTART" mapto="slow" flags="b"/>
Expand Down
8 changes: 6 additions & 2 deletions data/keymap.xml
Expand Up @@ -248,9 +248,9 @@
<key id="KEY_ZOOM" mapto="ZoomInOut" flags="b" />
<key id="KEY_ZOOM" mapto="ZoomOff" flags="l" />
<key id="KEY_CONNECT" mapto="HarddiskSetup" flags="b" />
<key id="KEY_WWW" mapto="showWWW" flags="m" />
<key id="KEY_WWW" mapto="showWWW" flags="b" />
<key id="KEY_SETUP" mapto="showSetup" flags="m" />
<key id="KEY_DIRECTORY" mapto="showPluginBrowser" flags="mm" />
<key id="KEY_DIRECTORY" mapto="showPluginBrowser" flags="b" />
<key id="KEY_PVR" mapto="showMovies" flags="m" />
<key id="KEY_PROG1" mapto="HarddiskSetup" flags="b" />
<key id="KEY_OPEN" mapto="showMovies" flags="b" />
Expand Down Expand Up @@ -975,6 +975,10 @@
<key id="KEY_FILE" mapto="file_long" flags="l"/>
<key id="KEY_OPEN" mapto="open" flags="b"/>
<key id="KEY_OPEN" mapto="open_long" flags="l"/>
<key id="KEY_WWW" mapto="www" flags="b"/>
<key id="KEY_WWW" mapto="www_long" flags="l"/>
<key id="KEY_DIRECTORY" mapto="directory" flags="b"/>
<key id="KEY_DIRECTORY" mapto="directory_long" flags="l"/>
<key id="KEY_TIME" mapto="timeshift" flags="b"/>
<key id="KEY_SEARCH" mapto="search" flags="b"/>
<key id="KEY_RESTART" mapto="slow" flags="b"/>
Expand Down
4 changes: 4 additions & 0 deletions lib/python/Screens/ButtonSetup.py
Expand Up @@ -48,6 +48,10 @@
(_("File long"), "file_long", ""),
(_("Open"), "open", ""),
(_("Open long"), "open_long", ""),
(_("Www"), "www", ""),
(_("Www long"), "www_long", ""),
(_("Directory"), "directory", ""),
(_("Directory long"), "directory_long", ""),
(_("Back/Recall"), "back", ""),
(_("Back/Recall") + " " + _("long"), "back_long", ""),
(_("Home"), "home", ""),
Expand Down

0 comments on commit 47fb3b4

Please sign in to comment.