Ubuntu16.04开启多个工作桌面,以及不同桌面之间的切换,Ubuntu进行同一桌面分屏,Terminal分屏
terminal
The new Windows Terminal and the original Windows console host, all in the same place!
项目地址:https://gitcode.com/gh_mirrors/term/terminal
免费下载资源
·
Ubuntu开启多个工作桌面,以及不同桌面之间的切换,Unbuntu进行同一桌面分屏
文章目录:
我测试的系统版本为:Ubuntu16.04
1 Ubuntu创建多个工作桌面
1.1 Ubuntu开启多工作桌面
1、可以按Win + a
搜索系统设置System Settings
或者直接打开系统设置,然后找到:Appearance
然后在Behavior
中把Enable workspace勾选上即可!
勾选上后可以在左侧侧边栏看到一个四方格
,就代表四个桌面
,如下图所示
1、点击左侧侧边栏的四方格,如下图,同时你也可以在不同的工作桌面图动应用窗口
1.2 Ubuntu切换工作桌面快捷键
由于我目前知道这种方式只能创建四个工作桌面,切换工作桌面的快捷键为:
-
Ctrl + Alt + ->
:向右切换工作桌面 -
Ctrl + Alt + <-
:向左切换工作桌面 -
Ctrl + Alt + 向上箭头
:向上切换工作桌面 -
Ctrl + Alt + 向下箭头
:向下切换工作桌面
2 Ubuntu在同一桌面上进行分屏幕操作
1、Ubuntu上好像只可以二分之一分屏
(没有四分之一分屏),分屏的效果如下图:
2、分屏快捷键
- 窗口停靠左半边:
Ctrl + Win + <-
- 窗口停靠右半边:
Ctrl + Win + ->
3 Terminal分屏
1、Terminal同一窗口开多个命令窗口
Ctrl + Shift + T
:开启多个命令窗口Ctrl + Shift + W
:关闭子窗口Ctr + Alt + T
: 创建一个新的Terminal窗口Ctrl + Shift + Q
:关闭整个Terminal窗口
4 下载终端terminator的使用
上面介绍的是Ubuntu自带的终端的使用
1、下载
sudo apt-get install terminator
2、常用快捷键(参考)
Ctrl+Shift+E
: 垂直分割窗口Ctrl+Shift+O
: 水平分割窗口Ctrl+Shift+W
:关闭分割的子窗口F11
: 全屏,再按一次F11取消全屏Ctrl+Shift+C
: 复制Ctrl+Shift+V
: 粘贴Ctr1l+Shift+N
: 或者
Ctrl+Tab `在分割的各窗口之间切换Ctrl+Shift+X
`: 将分割的某一个窗口放大至全屏使用Ctrl+Shift+Z
`: 从放大至全屏的某一窗口回到多窗格界面Ctrl+Shift+上 或 下 或 左 或右
:调节每一个子窗口的大小
下面是创建的窗口,大家可以看出来是比自带的terminal好用的!
♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠ ⊕ ♠
GitHub 加速计划 / term / terminal
94.53 K
8.17 K
下载
The new Windows Terminal and the original Windows console host, all in the same place!
最近提交(Master分支:2 个月前 )
d04381ec
"HighContrast" is not a possible requested theme. So `_UpdateBackgroundForMica()` would force the settings UI to be light or dark. To fix this, we just check if we're in high contrast mode and, if so, we don't bother setting the requested theme. 8 天前
e83434ff
Turns out that having the styles for the KeyChordText and ParsedCommandLineText be empty for high contrast mode caused the issue. Since we're already using theme resources for the colors, we automatically adjust properly to whatever the high contrast theme is (Thanks XAML!).
Bonus points:
- we didn't need the theme dictionaries anymore, so I just moved them to the ResourceDictionary directly
- ParsedCommandLineTextBlockStyle isn't used. So I removed it altogether.
Validated command palette with multiple high contrast themes. See PR thread for demo.
Closes #17914 8 天前
更多推荐
已为社区贡献43条内容
所有评论(0)