Julian Wollrath
26f15a13f3
Document C API directly in the C source code
...
v2: Add available signals to the docs.
Signed-off-by: Julian Wollrath <jwollrath@web.de>
2015-06-19 23:13:31 +02:00
Peter Junos
594c01dc36
Xkb setup by calling xkbcommon function
2015-05-28 23:20:17 +02:00
Peter Junos
835c13bd80
NamesNotify should never come; moved under MapNotify
2015-05-28 23:20:17 +02:00
Peter Junos
f50ed9a1e8
Fix - get correct type and unbind finally
2015-05-28 23:20:17 +02:00
Peter Junos
7d88aebbf9
Respect remapped keys
2015-05-28 23:20:17 +02:00
Peter Junos
e2562227ab
Less reloading of keymap, fixes from psychon comments
...
Response to psychon comments in PR#227 -
https://github.com/awesomeWM/awesome/pull/227
With this commit, we don't reload keymap, when we are not
notified about its change.
2015-05-28 23:20:17 +02:00
Peter Junos
19137a55c3
Support for XKB - changing keyboard layouts
...
This commit adds support for writing in prompt (<Super>+R by default)
while different keymap is selected
Signed-off-by: Peter Júnoš <petoju@gmail.com>
2015-05-28 23:20:17 +02:00
Aleksey Fedotov
996f6785a8
xkb: implementation of keyboard layout switched
...
This patch provides functions to get/set current keyboard layout.
Current implementation doesn't support any configuration of layout,
it's a merely a layout indicator and switcher, however layout
configuration can be set by tools like setxkbmap or by any third-party
tools.
2015-03-03 00:33:16 +03:00