How do I make a keyboard shortcut for Terminal in CentOS 7

妖精的绣舞 提交于 2019-12-03 05:32:12

问题


Just installed CentOS 7 on my laptop. This new version of CentOS is pretty different from older ones, and I cannot make a keyboard shortcut for Terminal in older ways. Dose anybody know how ?


回答1:


Go to Settings >>> keyboard >>> Shortcuts tab >>> Custom Shortcuts >>> click "+"
Name: Terminal Shortcut
Command: gnome-terminal
Now a new shortcut added with status "disabled". Click on "disabled" word and assign your shortcut.
For me, I prefer Ctrl+Alt+t to run Terminal




回答2:


On Gnome 3 GUI you may follow these 16 steps,

  1. Click “Activities” on the top left


  1. Click “Show Applications” on the bottom left


  1. Click “Settings” icon at the top middle


  1. Click “Keyboard” icon in the middle of “All Settings”


  1. Scroll down the v-scroll bar until “Custom Shortcuts” section appears

  2. Then, click “+” icon


  1. Enter “Term short”(what ever clause you like) in “Name” text box.

  2. Enter “gnome-terminal”(as it is) in “Command” text box.

  3. Click “Add” button


  1. In the “Custom Shortcuts” section, ‘disabled’ shortcut will appear

  2. Click the word “Disabled”


  1. Click [Edit] button next to “Shortcut None”


  1. All grey popup will be shown

  2. Type a shortcut(eg, Shift+Ctrl+M)


  1. Close window by pressing “X” mark on top right


  1. Shortcut(s) you just defined will be shown as follows


End.



来源:https://stackoverflow.com/questions/26771044/how-do-i-make-a-keyboard-shortcut-for-terminal-in-centos-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!