From fe7a55124a9cc15e9a596cb4c201cdd6f332720a Mon Sep 17 00:00:00 2001 From: ashishbinu <56691622+ashishbinu@users.noreply.github.com> Date: Sat, 22 May 2021 19:15:35 +0530 Subject: [PATCH] screenkey: add page (#5999) Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> --- pages/linux/screenkey.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/linux/screenkey.md diff --git a/pages/linux/screenkey.md b/pages/linux/screenkey.md new file mode 100644 index 000000000..225a679e2 --- /dev/null +++ b/pages/linux/screenkey.md @@ -0,0 +1,32 @@ +# screenkey + +> A screencast tool to display keys pressed. +> More information: . + +- Display keys which are currently being pressed on the screen: + +`screenkey` + +- Display keys and mouse buttons which are currently being pressed on the screen: + +`screenkey --mouse` + +- Launch the settings menu of screenkey: + +`screenkey --show-settings` + +- Launch screenkey at a specific position: + +`screenkey --position {{top|center|bottom|fixed}}` + +- Change the format of the key modifiers displayed on screen: + +`screenkey --mods-mode {{normal|emacs|mac|win|tux}}` + +- Change the appearance of screenkey: + +`screenkey --bg-color "{{#a1b2c3}}" --font {{Hack}} --font-color {{yellow}} --opacity {{0.8}}` + +- Drag and select a window on screen to display screenkey: + +`screenkey --position fixed --geometry {{$(slop -n -f '%g')}}`