2023-05-25 15:11:37 +02:00
|
|
|
|
# pipe
|
|
|
|
|
"xvkbd -xsendevent -text "|""
|
2023-06-04 17:21:06 +02:00
|
|
|
|
m:0x5 + c:30
|
|
|
|
|
Control+Shift + u
|
2023-05-25 15:11:37 +02:00
|
|
|
|
#\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)
|