wtype icon indicating copy to clipboard operation
wtype copied to clipboard

what is the name for the "Prt Scr" key in wtype

Open guyuming76 opened this issue 3 years ago • 1 comments

i want to send ALT+"PrintScreen" in wtype. what will be the command?

evtest show what follows for PrintScreen key in my system:

Event: time 1657334424.256645, type 4 (EV_MSC), code 4 (MSC_SCAN), value 70046
Event: time 1657334424.256645, type 1 (EV_KEY), code 99 (KEY_SYSRQ), value 0

guyuming76 avatar Jul 09 '22 02:07 guyuming76

Should be print with alt modifier

See https://www.x.org/releases/current/doc/xproto/x11protocol.html#keysym_encoding for special key names (it seems like spaces have to be replaced with underscores for use with wtype).

jonasmusall avatar Oct 27 '22 11:10 jonasmusall