entikey-1.0_i386.deb
(works for 32bit and 64bit)
and open it with gdebi-installer
There are three alternative steps te get ENTI-key++ on Kubuntu or ubuntu running:
(ev. you have to install the packet xkeyboard-config, but not sure.)
1.
skip this step 1 if you have updated all packages in kubuntu or ubuntu 8.4.01 (see this topics later post)
edit the file
/usr/share/X11/xkb/symbols/de
(if you have kubuntu or ubuntu 8.4.01 or greater, do this instead: viewtopic.php?f=2&t=17&p=66#p66 )
and add:
Code: Select all
// ENTIKEY++
// adopted 2007 by Ruben Barkow <entikey@spacetrace.org>
...
~EDIT~
take the code from okurz further down:
http://entikey.z11.de/phpBB3/viewtopic.php?p=135#p135
2.
in
/usr/share/X11/xkb/rules/base.xml
add an entikey-section right underneath the section for the NEO-Layout:
Code: Select all
<variant>
<configItem>
<name>neo</name>
....
</configItem>
</variant>
Code: Select all
<variant>
<configItem>
<name>entikey</name>
<description>Entikey++</description>
<description xml:lang="es">Entikey++</description>
<description xml:lang="fr">Entikey++</description>
<description xml:lang="hu">Entikey++</description>
<description xml:lang="ka">Entikey++</description>
<description xml:lang="sl">Entikey++</description>
<description xml:lang="tr">Entikey++</description>
</configItem>
</variant>
3.
in
/usr/share/X11/xkb/symbols.dir
add this line underneath the line for NEO:
Code: Select all
--p----- a------- de(entikey)
Now you have the new entikey as variant in the german keyboardlayout in KDE-Systempreferences->regional -> keyboardlayout
now finally to make caps lock an additional Alt_Gr:
in ~/.Xmodmap
Code: Select all
!! Make caps lock an additional Alt_Gr
remove Lock = Caps_Lock
keysym Caps_Lock = ISO_Level3_Shift
it should load when x starts, but you can manually start it with:
Code: Select all
xmodmap ~/.Xmodmap
see
http://www.eigenheimstrasse.de:8668/comments/Computerecke/NEO-Tastaturlayout/Verbesserungsvorschl%C3%A4ge/CapsLock+durch+AltGr+ersetzen