Use key name not id in the Nyxboard mapping for F4
authorJohn Rennie <renniej@RatBuntu.(none)>
Tue, 15 Jan 2013 13:19:04 +0000 (13:19 +0000)
committerS. Davilla <davilla@4pi.com>
Fri, 18 Jan 2013 15:27:02 +0000 (10:27 -0500)
system/keymaps/nyxboard/keyboard.xml

index 278ffce..83e25c2 100644 (file)
@@ -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>