Updating branch refs/heads/jeromeg/keyboard-shortcuts
         to 128a25d53a689896f29a0936d0d686478c107aa7 (commit)
       from 0d2c165aeff3da0268276cbc75f9470bfc349e4b (commit)

commit 128a25d53a689896f29a0936d0d686478c107aa7
Author: Jérôme Guelfucci <jero...@xfce.org>
Date:   Wed Dec 19 14:56:06 2012 +0100

    Use <Primary> instead of <Control> (bug #8200).
    
    While <Control> works fine now for grabbing / detecting, shortcut
    comparison is broken because the strings are different.
    
    This only deals with the default shortcuts, we need to migrate the
    custom shortcuts.

 libxfce4kbd-private/xfce4-keyboard-shortcuts.xml |   66 +++++++++++-----------
 1 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml 
b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
index cf1978d..2b1507e 100644
--- a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
+++ b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
@@ -10,10 +10,10 @@
       <property name="&lt;Alt&gt;F3" type="string" value="xfce4-appfinder">
         <property name="startup-notify" type="bool" value="true"/>
       </property>
-      <property name="&lt;Control&gt;&lt;Alt&gt;Delete" type="string" 
value="xflock4"/>
+      <property name="&lt;Primary&gt;&lt;Alt&gt;Delete" type="string" 
value="xflock4"/>
       <property name="XF86Display" type="string" value="xfce4-display-settings 
--minimal"/>
       <property name="&lt;Super&gt;p" type="string" 
value="xfce4-display-settings --minimal"/>
-      <property name="&lt;Control&gt;Escape" type="string" value="xfdesktop 
--menu"/>
+      <property name="&lt;Primary&gt;Escape" type="string" value="xfdesktop 
--menu"/>
       <property name="XF86WWW" type="string" value="exo-open --launch 
WebBrowser"/>
       <property name="XF86Mail" type="string" value="exo-open --launch 
MailReader"/>
     </property>
@@ -29,8 +29,8 @@
       <property name="&lt;Alt&gt;Tab" type="string" value="cycle_windows_key"/>
       <property name="&lt;Alt&gt;&lt;Shift&gt;Tab" type="string" 
value="cycle_reverse_windows_key"/>
       <property name="&lt;Alt&gt;Delete" type="string" 
value="del_workspace_key"/>
-      <property name="&lt;Control&gt;&lt;Alt&gt;Down" type="string" 
value="down_workspace_key"/>
-      <property name="&lt;Control&gt;&lt;Alt&gt;Left" type="string" 
value="left_workspace_key"/>
+      <property name="&lt;Primary&gt;&lt;Alt&gt;Down" type="string" 
value="down_workspace_key"/>
+      <property name="&lt;Primary&gt;&lt;Alt&gt;Left" type="string" 
value="left_workspace_key"/>
       <property name="&lt;Shift&gt;&lt;Alt&gt;Page_Down" type="string" 
value="lower_window_key"/>
       <property name="&lt;Alt&gt;F4" type="string" value="close_window_key"/>
       <property name="&lt;Alt&gt;F6" type="string" value="stick_window_key"/>
@@ -40,38 +40,38 @@
       <property name="&lt;Alt&gt;F10" type="string" 
value="maximize_window_key"/>
       <property name="&lt;Alt&gt;F11" type="string" value="fullscreen_key"/>
       <property name="&lt;Alt&gt;F12" type="string" value="above_key"/>
-      <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Left" 
type="string" value="move_window_left_key"/>
-      <property name="&lt;Alt&gt;&lt;Control&gt;End" type="string" 
value="move_window_next_workspace_key"/>
-      <property name="&lt;Alt&gt;&lt;Control&gt;Home" type="string" 
value="move_window_prev_workspace_key"/>
-      <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Right" 
type="string" value="move_window_right_key"/>
-      <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Up" type="string" 
value="move_window_up_key"/>
-      <property name="&lt;Alt&gt;&lt;Control&gt;KP_1" type="string" 
value="move_window_workspace_1_key"/>
-      <property name="&lt;Alt&gt;&lt;Control&gt;KP_2" type="string" 
value="move_window_workspace_2_key"/>
-      <property name="&lt;Alt&gt;&lt;Control&gt;KP_3" type="string" 
value="move_window_workspace_3_key"/>
-      <property name="&lt;Alt&gt;&lt;Control&gt;KP_4" type="string" 
value="move_window_workspace_4_key"/>
-      <property name="&lt;Alt&gt;&lt;Control&gt;KP_5" type="string" 
value="move_window_workspace_5_key"/>
-      <property name="&lt;Alt&gt;&lt;Control&gt;KP_6" type="string" 
value="move_window_workspace_6_key"/>
-      <property name="&lt;Alt&gt;&lt;Control&gt;KP_7" type="string" 
value="move_window_workspace_7_key"/>
-      <property name="&lt;Alt&gt;&lt;Control&gt;KP_8" type="string" 
value="move_window_workspace_8_key"/>
-      <property name="&lt;Alt&gt;&lt;Control&gt;KP_9" type="string" 
value="move_window_workspace_9_key"/>
+      <property name="&lt;Primary&gt;&lt;Shift&gt;&lt;Alt&gt;Left" 
type="string" value="move_window_left_key"/>
+      <property name="&lt;Alt&gt;&lt;Primary&gt;End" type="string" 
value="move_window_next_workspace_key"/>
+      <property name="&lt;Alt&gt;&lt;Primary&gt;Home" type="string" 
value="move_window_prev_workspace_key"/>
+      <property name="&lt;Primary&gt;&lt;Shift&gt;&lt;Alt&gt;Right" 
type="string" value="move_window_right_key"/>
+      <property name="&lt;Primary&gt;&lt;Shift&gt;&lt;Alt&gt;Up" type="string" 
value="move_window_up_key"/>
+      <property name="&lt;Alt&gt;&lt;Primary&gt;KP_1" type="string" 
value="move_window_workspace_1_key"/>
+      <property name="&lt;Alt&gt;&lt;Primary&gt;KP_2" type="string" 
value="move_window_workspace_2_key"/>
+      <property name="&lt;Alt&gt;&lt;Primary&gt;KP_3" type="string" 
value="move_window_workspace_3_key"/>
+      <property name="&lt;Alt&gt;&lt;Primary&gt;KP_4" type="string" 
value="move_window_workspace_4_key"/>
+      <property name="&lt;Alt&gt;&lt;Primary&gt;KP_5" type="string" 
value="move_window_workspace_5_key"/>
+      <property name="&lt;Alt&gt;&lt;Primary&gt;KP_6" type="string" 
value="move_window_workspace_6_key"/>
+      <property name="&lt;Alt&gt;&lt;Primary&gt;KP_7" type="string" 
value="move_window_workspace_7_key"/>
+      <property name="&lt;Alt&gt;&lt;Primary&gt;KP_8" type="string" 
value="move_window_workspace_8_key"/>
+      <property name="&lt;Alt&gt;&lt;Primary&gt;KP_9" type="string" 
value="move_window_workspace_9_key"/>
       <property name="&lt;Alt&gt;space" type="string" value="popup_menu_key"/>
       <property name="&lt;Shift&gt;&lt;Alt&gt;Page_Up" type="string" 
value="raise_window_key"/>
-      <property name="&lt;Control&gt;&lt;Alt&gt;Right" type="string" 
value="right_workspace_key"/>
-      <property name="&lt;Control&gt;&lt;Alt&gt;d" type="string" 
value="show_desktop_key"/>
-      <property name="&lt;Control&gt;&lt;Alt&gt;Up" type="string" 
value="up_workspace_key"/>
+      <property name="&lt;Primary&gt;&lt;Alt&gt;Right" type="string" 
value="right_workspace_key"/>
+      <property name="&lt;Primary&gt;&lt;Alt&gt;d" type="string" 
value="show_desktop_key"/>
+      <property name="&lt;Primary&gt;&lt;Alt&gt;Up" type="string" 
value="up_workspace_key"/>
       <property name="&lt;Super&gt;Tab" type="string" 
value="switch_window_key"/>
-      <property name="&lt;Control&gt;F1" type="string" 
value="workspace_1_key"/>
-      <property name="&lt;Control&gt;F2" type="string" 
value="workspace_2_key"/>
-      <property name="&lt;Control&gt;F3" type="string" 
value="workspace_3_key"/>
-      <property name="&lt;Control&gt;F4" type="string" 
value="workspace_4_key"/>
-      <property name="&lt;Control&gt;F5" type="string" 
value="workspace_5_key"/>
-      <property name="&lt;Control&gt;F6" type="string" 
value="workspace_6_key"/>
-      <property name="&lt;Control&gt;F7" type="string" 
value="workspace_7_key"/>
-      <property name="&lt;Control&gt;F8" type="string" 
value="workspace_8_key"/>
-      <property name="&lt;Control&gt;F9" type="string" 
value="workspace_9_key"/>
-      <property name="&lt;Control&gt;F10" type="string" 
value="workspace_10_key"/>
-      <property name="&lt;Control&gt;F11" type="string" 
value="workspace_11_key"/>
-      <property name="&lt;Control&gt;F12" type="string" 
value="workspace_12_key"/>
+      <property name="&lt;Primary&gt;F1" type="string" 
value="workspace_1_key"/>
+      <property name="&lt;Primary&gt;F2" type="string" 
value="workspace_2_key"/>
+      <property name="&lt;Primary&gt;F3" type="string" 
value="workspace_3_key"/>
+      <property name="&lt;Primary&gt;F4" type="string" 
value="workspace_4_key"/>
+      <property name="&lt;Primary&gt;F5" type="string" 
value="workspace_5_key"/>
+      <property name="&lt;Primary&gt;F6" type="string" 
value="workspace_6_key"/>
+      <property name="&lt;Primary&gt;F7" type="string" 
value="workspace_7_key"/>
+      <property name="&lt;Primary&gt;F8" type="string" 
value="workspace_8_key"/>
+      <property name="&lt;Primary&gt;F9" type="string" 
value="workspace_9_key"/>
+      <property name="&lt;Primary&gt;F10" type="string" 
value="workspace_10_key"/>
+      <property name="&lt;Primary&gt;F11" type="string" 
value="workspace_11_key"/>
+      <property name="&lt;Primary&gt;F12" type="string" 
value="workspace_12_key"/>
     </property>
   </property>
 </channel>
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to