swayfx/sway
Drew DeVault 1ac0c8cd47 Refactor keyboard to consider modified keysyms
Press Shift
Press 0       # Reads as ')'
Release Shift
Release 0     # Reads as '0' but we now recognize it as the same
2015-08-23 15:28:49 -04:00
..
commands.c Minor fix 2015-08-23 13:32:47 -05:00
config.c Implement output configuration through config 2015-08-22 11:18:55 -04:00
container.c Added in glitchy disabling 2015-08-23 12:23:01 -05:00
focus.c fixed vanishing floating view 2015-08-22 18:25:05 -07:00
handlers.c Refactor keyboard to consider modified keysyms 2015-08-23 15:28:49 -04:00
input_state.c Refactor keyboard to consider modified keysyms 2015-08-23 15:28:49 -04:00
ipc.c fixed #108 signed/unsigned comparison 2015-08-21 16:53:11 +02:00
layout.c Fix minor bug with output positioning 2015-08-22 15:21:56 -04:00
list.c style 2015-08-11 11:12:50 -07:00
log.c Do not log with colors unless stdout is a tty 2015-08-23 13:17:53 -04:00
main.c Prefix log events from wlc with [wlc] 2015-08-23 13:31:16 -04:00
readline.c Fix potential memory leak 2015-08-20 02:30:22 +02:00
resize.c Refactored resizing functions into resize.c 2015-08-21 22:26:11 -05:00
stringop.c added IPC messages get_workspaces and get_outputs 2015-08-20 21:13:01 +02:00
workspace.c bugfixes, renames 2015-08-21 10:28:37 -07:00