aboutsummaryrefslogtreecommitdiff
path: root/include/sway/input/keyboard.h
AgeCommit message (Collapse)Author
2018-06-01Rewrite shortcut handling code to avoid hardcoded valuesfrsfnrrg
The same shortcut algorithm is now used for keycodes, raw keysyms, and translated keysyms. Pressed keysyms are now stored in association with the keycodes that generated them. Modifier keycodes (and associated keysyms) are identified retroactively by the subsequent change to the modifier flags.
2018-01-04binding releaseTony Crisci
2017-12-27keyboard translate keysymsTony Crisci
2017-12-16fix keyboard hotpluggingTony Crisci
2017-12-16fix header includesTony Crisci
2017-12-14basic configurationTony Crisci
2017-12-12sway input deviceTony Crisci
2017-12-10keyboard removeTony Crisci
2017-12-10basic keyboardTony Crisci