Tutorials/hotkeys/fr: Difference between revisions

From KDE UserBase Wiki
(Created page with "* [http://www.linuxintro.org/wiki/oPen_a_conSole ouvrir une console]")
(Created page with "* appeler la commande <code>systemsettings</code>")
Line 5: Line 5:
* [http://www.linuxintro.org/wiki/oPen_a_conSole ouvrir une console]
* [http://www.linuxintro.org/wiki/oPen_a_conSole ouvrir une console]


* call the command <code>systemsettings</code>
* appeler la commande <code>systemsettings</code>


* select <menuchoice>Shortcuts and Gestures -> Custom Shortcuts -> Edit -> New -> Global Shortcut -> Command/URL</menuchoice> and enter <code>Pause</code>
* select <menuchoice>Shortcuts and Gestures -> Custom Shortcuts -> Edit -> New -> Global Shortcut -> Command/URL</menuchoice> and enter <code>Pause</code>

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
  • press the Pause key
  • 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