Mention common unexpected behavior given current master.

Frsf Nrrg 2018-06-14 20:34:26 +00:00
parent 3b4fbf1292
commit 417ad49108

@ -65,4 +65,4 @@ When multiple keys generate the same keysym or when a single key generates multi
like `Ctrl+a+a+b` are possible. Similarly, `Ctrl+a+b` might not work if multiple distinct keys generating
`a` are pressed at the same time.
When running sway under X11, holding a modifier (say, `Control_R`) long enough to activate key repeat and then pressing another key (say, `A`), may trigger the shortcut `Ctrl+Control_R+a` rather than `Ctrl+a` as likely expected.