Tutorials/hotkeys/en: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
(Importing a new version from external source)
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
With KDE you can set any key or a combination of keys to trigger an action on your computer. As an example: when I ''pause'' my work I want to lock my screen with the <keycap>Pause</keycap> key so my colleagues cannot [http://zvon.org/comp/r/ref-Jargon_file.html#Terms~baggy_pantsing baggy-pants] me. Here is how to do that.
With KDE you can set any key or a combination of keys to trigger an action on your computer. As an example: when I ''pause'' my work I want to lock my screen with the <keycap>Pause</keycap> key so my colleagues cannot [http://zvon.org/comp/r/ref-Jargon_file.html#Terms~baggy_pantsing baggy-pants] me. Here is how to do that.


* [http://www.linuxintro.org/wiki/oPen_a_conSole open a console]
* Open the [[Special:myLanguage/System Settings|System Settings]]


* Call the command <code>systemsettings</code>
* Select <menuchoice>Shortcuts and Gestures</menuchoice> &rarr; <menuchoice>Custom Shortcuts</menuchoice> &rarr; <menuchoice>Edit</menuchoice> &rarr; <menuchoice>New</menuchoice> &rarr; <menuchoice>Global Shortcut</menuchoice> &rarr; <menuchoice>Command/URL</menuchoice> and enter <code>Pause</code>
 
* select <menuchoice>Shortcuts and Gestures</menuchoice> &rarr; <menuchoice>Custom Shortcuts</menuchoice> &rarr; <menuchoice>Edit</menuchoice> &rarr; <menuchoice>New</menuchoice> &rarr; <menuchoice>Global Shortcut</menuchoice> &rarr; <menuchoice>Command/URL</menuchoice> and enter <code>Pause</code>


[[File:Snapshot-pause-key.png|500px]]
[[File:Snapshot-pause-key.png|500px]]
Line 17: Line 15:
* Go to the <menuchoice>Action</menuchoice> tab
* Go to the <menuchoice>Action</menuchoice> tab


* Enter
* Enter {{Input|1=qdbus org.kde.screensaver /ScreenSaver org.freedesktop.ScreenSaver.Lock}}
{{Input|1=qdbus org.kde.screensaver /ScreenSaver org.freedesktop.ScreenSaver.Lock}}
or (whatever works)
{{Input|1=/usr/lib64/kde4/libexec/kscreenlocker_greet}}
or (whatever works)
{{Input|1=/usr/lib64/kde4/libexec/kscreenlocker --forcelock}}


* Click <menuchoice>Apply</menuchoice>
* Click <menuchoice>Apply</menuchoice>

Latest revision as of 14:10, 20 April 2019

With KDE you can set any key or a combination of keys to trigger an action on your computer. As an example: when I pause my work I want to lock my screen with the Pause key so my colleagues cannot baggy-pants me. Here is how to do that.

  • Select Shortcuts and GesturesCustom ShortcutsEditNewGlobal ShortcutCommand/URL and enter Pause

  • In the Trigger tab, click on None
  • Press the Pause key
  • Go to the Action tab
  • Enter
    qdbus org.kde.screensaver /ScreenSaver org.freedesktop.ScreenSaver.Lock
  • Click Apply
  • test it by pressing the Pause key

More Information