21 lines
519 B
Plaintext
21 lines
519 B
Plaintext
|
# pipe
|
|||
|
"xvkbd -xsendevent -text "|""
|
|||
|
m:0x5 + c:33
|
|||
|
Control+Shift + p
|
|||
|
|
|||
|
#\r per Invio
|
|||
|
#\t per tasto TAB
|
|||
|
#\b per backspace cioè l’eliminazione dell’ultimo carattere digitato
|
|||
|
#\e per Esc
|
|||
|
#\d per Canc o Del
|
|||
|
#\S per Maiuscolo o Shift
|
|||
|
#\C per CTRL
|
|||
|
#\A per Alt
|
|||
|
#\M per il tasto Meta
|
|||
|
#\W per il tasto Windows
|
|||
|
#\[F1] per simulare un tasto funzione
|
|||
|
#\[End] per simulare il tasto fine
|
|||
|
#\[Prior] simula il tasto Pag Su
|
|||
|
#\[Next] simula il tasto Pag Giù
|
|||
|
#\[Print] per il tasto stamp o PrintScreen (esegue uno screenshot)
|