我正在运行带有 GNOME 3.18的Ubuntu GNOME 15.10,想知道是否有某种方法可以让CTRL++打开一个新的终端窗口,即使已经打开了一个窗口(而不是仅仅将当前打开的窗口放在前面)?ALTT
答案1
有趣的是,在 Unity 上,CTRL++ALTT 做打开一个新窗口,显然不在 Gnome 上……
要进行设置:
首先使用以下命令禁用现有的命令/组合键:
gsettings set org.gnome.settings-daemon.plugins.media-keys terminal ""
这将使CTRL++再次ALT“T可用于”另一个命令。
现在打开键盘设置:系统设置>“键盘”>“快捷键”>“自定义快捷键”。单击“+”并添加命令:
gnome-terminal --window-with-profile=<profilename>
到CTRL+ ALT+ T,其中
<profilename>
是您的个人资料名称,最有可能Default
来自 man gnome-terminal
:
--window-with-profile=PROFILENAME
Open a new window containing a tab with the given profile.
More than one of these options can be provided.