Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
guyuming76 opened this issue Jul 9, 2022 · 1 comment
Open

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

guyuming76 opened this issue Jul 9, 2022 · 1 comment

Comments

@guyuming76
Copy link

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
@jonasmusall
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants