Thread
:
[ANNOUNCE] NOKIA N900 Awesome Hardware Keyboard Layout for Programmers
View Single Post
mr_pingu
2012-12-28 , 23:16
Posts: 1,163 | Thanked: 1,873 times | Joined on Feb 2011 @ The Netherlands
#
17
Thanks to the useful and detailed info on the wiki; I made my own keyboard layout. It's mostly based on vi_'s keymap but I added on the fourth-level: dead ` on F-key, dead ´ on G-key, dead ¨ on .:-key. Also I re-fixed the Euro-character he removed.
Still, it sucks that qt-application refuse to follow xkbmap, or partially. It doesn't follow all fourth-level keys, however it DOES follow the dead-characters I added on the above mentioned keys... Weird! =/
Edit:
According to Mentalist, some programms use KP_delete. to tackle this once and forever, I was thinking of some construction like this
[CODE
key <DEL> {[ KP_Delete ] };
key <KPDL> {[ Delete ] };
[/CODE]
This doesn't work as expected, unfortunately
Any ideas?
__________________
N
900
loaded with:
CSSU-T (Thumb)
720p recording
,
Pierogi
,
Lanterne
,
Cooktimer
,
Frogatto
N
9 16GB
loaded with:
Kernel-Plus
--
[
TCPdump & libpcap
|
ngrep
]
--
donate
Last edited by mr_pingu; 2012-12-28 at
23:56
.
Quote & Reply
|
The Following 2 Users Say Thank You to mr_pingu For This Useful Post:
Mentalist Traceur
,
vi_
mr_pingu
View Public Profile
Send a private message to mr_pingu
Find all posts by mr_pingu