Introduction
Introduction Statistics Contact Development Disclaimer Help
Usefull if you want to skip somekeys that you want still displayed under the ov…
git clone git://git.suckless.org/svkbd
Log
Files
Refs
README
LICENSE
---
commit 6633915997619c5e3cb21b12f28d5f1d48e854d5
parent d10af923a31df4cca4206fbf4f839716482fd1ba
Author: Reed Wade <[email protected]>
Date: Sat, 6 Mar 2021 15:11:12 +0100
Usefull if you want to skip somekeys that you want still displayed under the ov…
Signed-off-by: Reed Wade <[email protected]>
Signed-off-by: Maarten van Gompel <[email protected]>
Diffstat:
M svkbd.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/svkbd.c b/svkbd.c
@@ -879,6 +879,8 @@ showoverlay(int idx)
}
while (keys[j].keysym == 0)
j++;
+ if (overlay[i].width)
+ j += overlay[i].width;
keys[j].label = overlay[i].label;
keys[j].keysym = overlay[i].keysym;
keys[j].modifier = overlay[i].modifier;
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.