From 417ad491086ad6c9ff0afd5142a308d353576815 Mon Sep 17 00:00:00 2001 From: Frsf Nrrg Date: Thu, 14 Jun 2018 20:34:26 +0000 Subject: [PATCH] Mention common unexpected behavior given current master. --- Shortcut-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shortcut-handling.md b/Shortcut-handling.md index 07033a1..b536c79 100644 --- a/Shortcut-handling.md +++ b/Shortcut-handling.md @@ -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. \ No newline at end of file