-
Notifications
You must be signed in to change notification settings - Fork 0
/
HACKING
60 lines (40 loc) · 2.48 KB
/
HACKING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Here are some links I have used in order to develop this layout. Perhaps
# you can find them useful as well.
This is a pretty good intro:
https://askubuntu.com/questions/510024/what-are-the-steps-needed-to-create-new-keyboard-layout-on-ubuntu
http://www.linux.com/archive/articles/113715
# Linux.com :: Creating custom keyboard layouts for X11 using XKB
http://hektor.umcs.lublin.pl/~mikosmul/computing/articles/custom-keyboard-layouts-xkb.html
# Creating custom keyboard layouts for X11 using XKB
http://www.linux.com/archive/articles/113715
# Linux.com :: Creating custom keyboard layouts for X11 using XKB
http://linux.about.com/library/cmd/blcmdl1_showkey.htm
# showkey - Linux Command - Unix Command
-------------------------------------------------
http://www.google.com/search?q=new+layout+in+xkb+wrong+control+codes&hl=en&prmd=ivns&ei=WoRTTqOwDs-N-wac38HeBg&start=10&sa=N&biw=476&bih=372
# new layout in xkb wrong control codes - Google Search
https://help.ubuntu.com/community/Howto%3A%20Custom%20keyboard%20layout%20definitions
# Howto: Custom keyboard layout definitions - Community Ubuntu Documentation
http://wiki.maemo.org/Remapping_keyboard
# Remapping keyboard - maemo.org wiki
http://forums.opensuse.org/get-help-here/applications/436368-problem-keyboard-layout-modification.html
# Problem with keyboard layout modification
http://hektor.umcs.lublin.pl/~mikosmul/computing/articles/custom-keyboard-layouts-xkb.html
# Creating custom keyboard layouts for X11 using XKB
http://www.freerdp.com/wiki/doku.php?id=keyboard#xkb_symbolic_key_codes
# keyboard [FreeRDP]
http://www.x.org/releases/X11R7.5/doc/input/XKB-Enhancing.html
# How to further enhance XKB configuration
http://www.charvolant.org/~doug/xkb/html/xkb.html
# "An unreliable guide to xkb configuration"
# googling for "stackoverflow xkb" can yield surprisingly insightful info, eg:
http://unix.stackexchange.com/questions/55933/create-and-set-custom-keyboard-layout
http://superuser.com/questions/483088/an-xkb-keyboard-map-that-responds-to-the-left-and-right-shift-key-individually
http://superuser.com/questions/339643/how-to-define-letter-in-custom-layout-xkb
http://superuser.com/questions/408883/swap-ctrl-with-a-character-key-in-xkb
http://www.in-ulm.de/~mascheck/X11/xmodmap.html
# Some hints about xmodmap(1) and the X11 keyboard model
https://wiki.archlinux.org/index.php/XKB
to see the current key map used by X, do: xkbcomp :0.0
this will create a file called server-0_0.xkb in the current directory. Read it
to spot any issues.