Add keyboard shortcuts for changing tabs

pull/58/head^2
Lyn Perrine 6 years ago
parent c79bb569e7
commit cf959eea8f

@ -7,6 +7,8 @@ Useage
------
To open a new tab go to the :menuselection:`file --> new tab` or press :kbd:`control + shift + t` or click the button that looks like a +. To close a tab press the X button near the right hand side of the tab. If you want to switch between tabs click on the different click on that tab or press the left and right arrows in the upper right corner on the tabbar. Another way to switch between tabs is :kbd:`control + page up` or :kbd:`control + page down`. If you want to copy text from the temrinal press :kbd:`control + shift + c` to copy text. If you wish to paste text into the terminal you can :kbd:`control + shift + v` however you should be really careful it is not a malicious command and shows the command you are pasting in. If you want to open a new terminal window :kbd:`Control+ Shift+ N` or go :menuselection:`file --> new window`.
If you want to change between multiple tabs on the terminal press :kbd:`control + page up` to switch to the next tab or press :kbd:`control + page down` to switch to the previous tab with the keyboard.
Customizing
-----------
To change your prefrences go to :menuselection:`file --> prefrences`. To change your font press the font change the font and size press the change button in the prefrences dialog. The color scheme field lets you say change how different colored things in the terminal colors appear. The widget style lets you overwrite the system widget style with something other than system default. The scrollbar position lets you move the scrollbar to the left or right or remove it entirely. The tabs position moves the bar to that part of the window of qterminal.

Loading…
Cancel
Save