save own keyboard layout for each window

dm9pZCAq a6068e5c7e change LICENSE to GPL-3.0 il y a 3 ans
mk 9f65f47885 v0.0.3 il y a 3 ans
.gitignore 3a1fde36ef v0.0.2a il y a 4 ans
LICENSE a6068e5c7e change LICENSE to GPL-3.0 il y a 3 ans
Makefile 9f65f47885 v0.0.3 il y a 3 ans
README.md 9f65f47885 v0.0.3 il y a 3 ans
assert_msg.h 3a1fde36ef v0.0.2a il y a 4 ans
cvector.h 9f65f47885 v0.0.3 il y a 3 ans
layout.c 9f65f47885 v0.0.3 il y a 3 ans

README.md

clayout

if you use several keyboard layout (us, ru for example), it will be more convenient to save own keybord layout for each window, this is exactly what this program does

changelog

  • v0.0.3:
    • using c-vector instead of my implementation of dynamic array
    • fixed memory pages overflow
    • using clang-format
  • v0.0.2a:
    • revrited with:
    • generic dynamic array library
    • XCB library