Tutorials/hotkeys/fr: Difference between revisions

From KDE UserBase Wiki
(Created page with "* appeler la commande <code>systemsettings</code>")
(Created page with "* presser la touche <keycap>Pause</keycap>")
Line 13: Line 13:
* In the <menuchoice>Trigger</menuchoice> tab, click on  <menuchoice>None</menuchoice>
* In the <menuchoice>Trigger</menuchoice> tab, click on  <menuchoice>None</menuchoice>


* press the <keycap>Pause</keycap> key
* presser la touche <keycap>Pause</keycap>


* go to the <menuchoice>Action</menuchoice> tab
* go to the <menuchoice>Action</menuchoice> tab

Revision as of 08:42, 11 April 2018

Other languages:

Avec KDE vous pouvez faire en sortie que n'importe quelle touche ou une combinaison de touches déclenchent une action sur votre ordinateur. Par exemple : quand je fais une "pause" lors de mon travail je veux verrouiller mon écran afin que mes collègues ne puissent pas me taquiner dans ma session d'utilisation. Voici comment faire cela.

  • appeler la commande systemsettings
  • select Shortcuts and Gestures -> Custom Shortcuts -> Edit -> New -> Global Shortcut -> Command/URL and enter Pause

  • In the Trigger tab, click on None
  • presser la touche Pause
  • go to the Action tab
  • enter
qdbus org.kde.screensaver /ScreenSaver org.freedesktop.ScreenSaver.Lock

or (whatever works)

/usr/lib64/kde4/libexec/kscreenlocker_greet

or (whatever works)

/usr/lib64/kde4/libexec/kscreenlocker --forcelock
  • click Apply
  • test it by pressing the Pause key

See also