Go to file
Petar Kapriš 82f4972a4a Add 14th bit to XK_SWITCH_MOD bitmask
The bits of uint signal in an XKeyEvent which concern the key group (keyboard
layout) are bits 13 and 14, as documented here:
https://www.x.org/releases/X11R7.7/doc/libX11/XKB/xkblib.html#Groups_and_Shift_Levels
In the older version, only bit 13 was marked as part of XK_SWITCH_MOD, this
causes issues for users who have more than two keymaps. the 14th bit is not
in ignoremod, key sequences are not caught by match(), if they switch to a third
or fourth keyboard.
2021-08-04 16:39:48 -03:00
patches Applied GruvBox theme 2021-08-04 16:17:10 -03:00
FAQ FAQ: fix single-buffer patch 2020-06-01 14:09:46 +02:00
LEGACY LEGACY: typo. 2012-09-18 19:08:03 +02:00
LICENSE LICENSE: bump years 2020-06-17 23:49:40 +02:00
Makefile Minor changes 2021-02-28 23:12:19 -03:00
README Changed README 2020-11-19 15:09:42 -03:00
TODO Remove old TODO entry. 2015-04-13 17:06:11 +02:00
arg.h don't modify argv, use a counter 2018-03-20 21:22:27 +01:00
config.def.h Applied GruvBox theme 2021-08-04 16:17:10 -03:00
config.h Applied GruvBox theme 2021-08-04 16:17:10 -03:00
config.mk bump version to 0.8.4 2020-06-19 11:27:17 +02:00
st Minor changes 2021-02-28 23:12:19 -03:00
st.1 Add support for scroll(1) 2020-04-11 15:23:20 +02:00
st.c Mild const-correctness improvements. 2021-08-04 16:39:20 -03:00
st.h Mild const-correctness improvements. 2021-08-04 16:39:20 -03:00
st.info Partially add back in "support REP (repeat) escape sequence" 2020-05-30 22:04:28 +02:00
st.o Minor changes 2021-02-28 23:12:19 -03:00
win.h ST: Add WM_ICON_NAME property support 2020-10-18 11:17:11 +02:00
x.c Add 14th bit to XK_SWITCH_MOD bitmask 2021-08-04 16:39:48 -03:00
x.o Minor changes 2021-02-28 23:12:19 -03:00

README

My st build.