Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用一个文本编辑器,它使用快捷键 ctrl+alt+arrowup/arrowdown ,这是在 Fedora 20 中切换工作区的默认键。所以我需要更改快捷键以使其在文本编辑器中工作。我从设置>键盘>快捷方式更改了快捷方式,但仍然 ctrl+alt+arrowup/down 切换工作区。那么如何删除快捷键以使其在我的文本编辑器中工作?
ctrl+alt+arrowup/arrowdown
打开dconf-editor,在左侧窗格中导航到org > gnome > desktop > wm > keybindings。然后在右窗格中向下滚动,直到看到两个键: switch-to-workspace-down和switch-to-workspace-up:
dconf-editor
org > gnome > desktop > wm > keybindings
switch-to-workspace-down
switch-to-workspace-up
单击每个键值以编辑快捷方式(这样您就可以分别得到例如['<Super>Page_Down']和['<Super>Page_Up'])。 重新启动您的会话。
['<Super>Page_Down']
['<Super>Page_Up']