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

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


On Gnome 3 GUI you may follow these 16 steps,

  1. Click Activities on the top left

enter image description here


  1. Click Show Applications on the bottom left

enter image description here


  1. Click Settings icon at the top middle

enter image description here


  1. Click Keyboard icon in the middle of All Settings

enter image description here


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

  2. Then, click + icon

enter image description here


  1. Enter Terminal Shortcut in Name text box.

  2. Enter gnome-terminal in Command text box.

  3. Click Add button

enter image description here


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

  2. Click the word Disabled

enter image description here


  1. Click Edit button next to Shortcut None

enter image description here


  1. All grey popup will be shown

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

enter image description here


  1. Close window by pressing X mark on top right

enter image description here


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

enter image description here


That's it. Try pressing the shortcut and you will have the Terminal Opened with the home directory.