Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    When I do this, I get in each section (under Printing all registered grabs of client...) multiple blocks that each look like grab 0x40700082 (core), type 'KeyPress' on window 0x65b detail 218 (mask 0), modifiersDetail 16 (mask 0) device 'Virtual core keyboard' (3), modifierDevice 'Virtual core keyboard' (3) core event mask 0x3. Does anyone know if this information can be used to determine the affected key (combination)? For example, would 218 and 16 be the keycode and state reported by xev on a keypress event, by any chance? Commented Apr 18, 2024 at 0:45
  • Ah, to answer the above, see gist.github.com/CyberShadow/6412d11aea64144f8905cc0b8196f38e (as referenced by unix.stackexchange.com/questions/59141/…). Commented Apr 18, 2024 at 0:58