定制xfce快捷键

在 “首选项->xfce 4 设置管理器->键盘“  中有一个 “应用程序快捷键” 选项卡。

其对应的配置文件在下面两个地方:

~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml

/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml

 

文件内容:

 <property name="commands" type="empty">
    <property name="default" type="empty">
      <property name="&lt;Alt&gt;F1" type="string" value="xfhelp4"/>
      <property name="&lt;Alt&gt;F2" type="string" value="xfrun4"/>
      <property name="&lt;Control&gt;&lt;Alt&gt;Delete" type="string" value="xflock4"/>
      <property name="&lt;Control&gt;&lt;Alt&gt;Escape" type="string" value="xkill"/>
      <property name="&lt;Control&gt;Escape" type="string" value="xfce4-popup-menu"/>
      <property name="&lt;Control&gt;&lt;Alt&gt;L" type="string" value="xfce4-session-logout"/>
      <property name="XF86WWW" type="string" value="xfbrowser4"/>
      <property name="XF86Mail" type="string" value="exo-open --launch MailReader"/>
      <property name="XF86Display" type="string" value="xrandr --auto"/>
      <property name="XF86AudioRaiseVolume" type="string" value="amixer set Master 10%+ -q"/>
      <property name="XF86AudioLowerVolume" type="string" value="amixer set Master 10%- -q"/>
      <property name="XF86AudioMute" type="string" value="amixer set Master toggle -q"/>
      <property name="Print" type="string" value="xfce4-screenshooter -f"/>
      <property name="&lt;Alt&gt;Print" type="string" value="xfce4-screenshooter -w"/>
      <property name="&lt;Control&gt;Print" type="string" value="PrintValue"/>
    </property>
  </property>
 

可以通过直接修改这两个文件来定制xfce快捷键,修改好后记得注销下

 

你可能感兴趣的:(xml,配置管理,F#)