Vncserver连接到ubuntu后,无法正常使用s与d键

VNCServer连接到ubuntu后,无法正常使用s与d键 #

Date: 2015/8/4

这个版本的ubuntu太坑爹了,vnc连上后各种问题。连接上了以后,一按s键,就出菜单,一按d键,就回到桌面。more

还好知道是快捷键的问题,但是在菜单中没有找到快捷键设置项!!!于是采用了如下手段解决:

  1. 安装dconf-editor。用这个东东可以配快捷键。
  2. 在vncviewer中,通过鼠标点击,打开编辑器。
  3. 选择
dconf-editor > org > gnome > desktop > wm > keybindings

dconf-editor > org > gnome > desktop > wm > keybindings,将其中快捷键带有

<Super>

字样的快捷键全部干掉。好像就可以了。

好像出现这个问题的原因是:在VNCViewer中,Super默认被按下了?(这是一个什么键啊!!!!) Categories: linux