码迷,mamicode.com
首页 > 其他好文 > 详细

解决VNC中tab键无效的方法

时间:2014-05-29 15:00:26      阅读:623      评论:0      收藏:0      [点我收藏+]

标签:c   http   a   int   string   html   

http://ubuntuforums.org/archive/index.php/t-1771058.html

I accidentally discovered a fix for this while trying to solve a different problem.

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

find the line 

<property name="&lt;Super&gt;Tab" type="string" value="switch_window_key"/>

and change it to 

<property name="&lt;Super&gt;Tab" type="empty"/>

reboot or whatever and then tab will work properly!

I have no idea why but when using vnc this file seems to override tab‘s normal behaviour and makes it into a switch window key.

解决VNC中tab键无效的方法,布布扣,bubuko.com

解决VNC中tab键无效的方法

标签:c   http   a   int   string   html   

原文地址:http://www.cnblogs.com/JimMoriarty/p/3758524.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!