我的问题貌似不是上面的故障
google找到这个文章
其实是在xfce面板里也有这个配置,
把tab对应的热键拿掉就好了
默认用tab可以切换多个面板
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="<Super>Tab" type="string" value="switch_window_key"/>
and change it to
<property name="<Super>Tab" type="empty"/>
reboot or whatever and then tab will work properly! |