From 461109e695f163303549648d93dc7d9253e88b81 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 25 Jun 2019 13:56:52 +0200 Subject: For the top row, return the num key when a modifier is active. This is useful with a window manager like i3: without this macro it doesn't see the difference between $mod+R0C2 (switch to workspace #2) and $mod+shift+R0C2 (move focused container to workspace #2), as R0C2 triggers LSHIFT(Key_2). --- src/model01.ino | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/model01.ino') diff --git a/src/model01.ino b/src/model01.ino index 3a714d7..03ad6c2 100644 --- a/src/model01.ino +++ b/src/model01.ino @@ -28,6 +28,7 @@ #include #include +#include "Macros.h" #include "TapDance.h" #include "keymap.h" @@ -43,6 +44,7 @@ KALEIDOSCOPE_INIT_PLUGINS( , OneShot , EscapeOneShot , ActiveModColorEffect + , Macros ); void setup() { -- cgit v1.2.3