Skip to content

Commit

Permalink
Move the Nyxboard sleep key mapping to the main keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
John Rennie authored and John Rennie committed Jan 15, 2013
1 parent 169be40 commit 6d0fe34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion system/keymaps/keyboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
<backslash>ToggleFullScreen</backslash>
<home>FirstPage</home>
<end>LastPage</end>
<power>XBMC.ShutDown()</power>
<power>ActivateWindow(shutdownmenu)</power>
<sleep>ActivateWindow(shutdownmenu)</sleep>
<!-- PVR windows -->
<e>XBMC.ActivateWindowAndFocus(MyPVR, 31,0, 10,0)</e>
<h>XBMC.ActivateWindowAndFocus(MyPVR, 32,0, 11,0)</h>
Expand Down
1 change: 0 additions & 1 deletion system/keymaps/nyxboard/keyboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<f4 mod="shift">ActivateWindow(music)</f4> <!-- Green -->
<f5 mod="shift">ActivateWindow(pictures)</f5> <!-- Yellow -->
<f6 mod="shift">ActivateWindow(programs)</f6> <!-- Blue -->
<key id='61952'>ActivateWindow(shutdownmenu)</key> <!-- Power button -->
<key id='285'>ContextMenu</key> <!-- User button -->
</keyboard>
</global>
Expand Down

0 comments on commit 6d0fe34

Please sign in to comment.