mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
Issue #523 Setting a key shortcut in Gnome
This commit is contained in:
parent
a29b6119bd
commit
947ea2e4c2
1 changed files with 26 additions and 8 deletions
|
@ -2,8 +2,13 @@ ifdef::context[:parent-context: {context}]
|
||||||
:context: setting-key-shortcut
|
:context: setting-key-shortcut
|
||||||
[id='setting-key-shortcut_{context}']
|
[id='setting-key-shortcut_{context}']
|
||||||
= Setting a key shortcut to run an application in GNOME
|
= Setting a key shortcut to run an application in GNOME
|
||||||
|
Adam Samalik; Anthony McGlone
|
||||||
include::{partialsdir}/unreviewed-message.adoc[]
|
:page-authors: {author},{author_2}
|
||||||
|
:revnumber: F37
|
||||||
|
:revdate: 2022-12-12
|
||||||
|
:revremark: update procedure
|
||||||
|
:category: how-to
|
||||||
|
:tags: gnome, workstation, shortcut
|
||||||
|
|
||||||
If you frequently use a certain application, you can set a keyboard shortcut to quickly launch that application on GNOME.
|
If you frequently use a certain application, you can set a keyboard shortcut to quickly launch that application on GNOME.
|
||||||
|
|
||||||
|
@ -11,19 +16,32 @@ This example shows how to set a key shortcut to launch the terminal.
|
||||||
|
|
||||||
To set a key shortcut to run an application:
|
To set a key shortcut to run an application:
|
||||||
|
|
||||||
. Navigate to menu:Settings[Keyboard] to open the *Keyboard Shortcuts* list.
|
. Open the *Settings* menu and select *Keyboard* from the list.
|
||||||
. Click `+` at the bottom of the list to create a new shortcut.
|
. Scroll down to the *Keyboard Shortcuts* section and click *View and Customize Shortcuts*.
|
||||||
|
. Click on the *Custom Shortcuts* menu item. Then click *Add Shortcut*.
|
||||||
. Enter the following details in the *Add Custom Shortcut* window:
|
. Enter the following details in the *Add Custom Shortcut* window:
|
||||||
* Add a `Name` for your shortcut, for example, `Terminal`.
|
* Add a `Name` for your shortcut, for example, `Terminal`.
|
||||||
* Enter the command that launches the application. For example, `gnome-terminal`.
|
* Enter the command that launches the application. For example, `gnome-terminal`.
|
||||||
. Click *Set Shortcut* to open the *Set Custom Shortcut* window.
|
. Click *Set Shortcut* to open the *Enter the new shortcut* dialog.
|
||||||
. Type a keyboard shortcut, for example `Ctrl-Alt-T`.
|
. Type a keyboard shortcut, for example `Ctrl-Alt-T`.
|
||||||
. Click *Add*.
|
. Click *Add*.
|
||||||
|
|
||||||
Your shortcut appears under *Custom Shortcuts* and is ready to use.
|
Your shortcut appears under *Custom Shortcuts* and is ready to use. If you need to edit or remove
|
||||||
|
a shortcut, follow the steps below.
|
||||||
|
|
||||||
image:custom_shortcut.png[]
|
To edit a shortcut:
|
||||||
|
|
||||||
|
. Open the *Custom Shortcuts* menu.
|
||||||
|
. Click on the shortcut that you wish to edit.
|
||||||
|
. Modify *Name*, *Command* as needed.
|
||||||
|
. To change *Shortcut*, click on the x icon beside the keys.
|
||||||
|
. Click *Set Shortcut* and enter the new shortcut keys.
|
||||||
|
|
||||||
|
To remove a shortcut:
|
||||||
|
|
||||||
|
. Open the *Custom Shortcuts* menu.
|
||||||
|
. Click on the shortcut that you wish to remove.
|
||||||
|
. Click the *Remove* button.
|
||||||
|
|
||||||
To edit or remove your shortcut, click the shortcut to open its details.
|
|
||||||
ifdef::parent-context[:context: {parent-context}]
|
ifdef::parent-context[:context: {parent-context}]
|
||||||
ifndef::parent-context[:!context:]
|
ifndef::parent-context[:!context:]
|
||||||
|
|
Loading…
Reference in a new issue