diff options
author | John Rennie <renniej@RatBuntu.(none)> | 2013-01-15 13:19:04 +0000 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2013-01-18 10:27:02 -0500 |
commit | 5c457458f604a729ae92f92285262ecd4ac59bda (patch) | |
tree | 06c7b0c9517305bfbb5f0116e805274ffc5bcbbf | |
parent | ab6845d2f004b159d2490816fcd8c4071b5bdb3c (diff) |
Use key name not id in the Nyxboard mapping for F4
-rw-r--r-- | system/keymaps/nyxboard/keyboard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/keymaps/nyxboard/keyboard.xml b/system/keymaps/nyxboard/keyboard.xml index 278ffcee62..83e25c23c2 100644 --- a/system/keymaps/nyxboard/keyboard.xml +++ b/system/keymaps/nyxboard/keyboard.xml @@ -8,7 +8,7 @@ <f4 mod="shift">ActivateWindow(music)</f4> <!-- Green --> <f5 mod="shift">ActivateWindow(pictures)</f5> <!-- Yellow --> <f6 mod="shift">ActivateWindow(programs)</f6> <!-- Blue --> - <key id='285'>ContextMenu</key> <!-- User button --> + <f4>ContextMenu</f4> <!-- User button --> </keyboard> </global> </keymap> |