Skip to content

Commit

Permalink
don't map 'end' key to Shutdown()
Browse files Browse the repository at this point in the history
  • Loading branch information
ronie committed May 24, 2012
1 parent 927df34 commit 50a40a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/keymaps/keyboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@
</global>
<LoginScreen>
<keyboard>
<end>XBMC.ShutDown()</end>
<end mod="ctrl">XBMC.ShutDown()</end>
</keyboard>
</LoginScreen>
<Home>
<keyboard>
<i>info</i>
<end>XBMC.ShutDown()</end>
<end mod="ctrl">XBMC.ShutDown()</end>
</keyboard>
</Home>
<VirtualKeyboard>
Expand Down

0 comments on commit 50a40a6

Please sign in to comment.