Forrest logo
back to context overview

screenkey

List of commands for screenkey:

  • screenkey:tldr:29cb0 screenkey: Change the appearance of screenkey.
    $ screenkey --bg-color "${#a1b2c3}" --font ${Hack} --font-color ${yellow} --opacity ${0-8}
    try on your machine
    explain this command
  • screenkey:tldr:2d9d7 screenkey: Display keys and mouse buttons which are currently being pressed on the screen.
    $ screenkey --mouse
    try on your machine
    explain this command
  • screenkey:tldr:4367b screenkey: Launch the settings menu of screenkey.
    $ screenkey --show-settings
    try on your machine
    explain this command
  • screenkey:tldr:97309 screenkey: Change the format of the key modifiers displayed on screen.
    $ screenkey --mods-mode ${select}
    try on your machine
    explain this command
  • screenkey:tldr:9be01 screenkey: Launch screenkey at a specific position.
    $ screenkey --position ${select}
    try on your machine
    explain this command
  • screenkey:tldr:a3ad0 screenkey: Display keys which are currently being pressed on the screen.
    $ screenkey
    try on your machine
    explain this command
  • screenkey:tldr:b9da5 screenkey: Drag and select a window on screen to display screenkey.
    $ screenkey --position fixed --geometry ${$(slop -n -f '%g')}
    try on your machine
    explain this command
back to context overview