Posts: 325
male
Joined: 04 Nov 2011
#1
Hi @ all,

I have a us keyboard with German labels.

In Linux I need the <> and | .
I achieve this with the commands
root@antiX1:/home/male# xmodmap -e"keycode 66 = less greater bar"
root@antiX1:/home/male# xmodmap -e"keycode 21 = acute grave acute grave bar bar bar bar"
Now I want to do it permanently with the file
. Xmodmap in your home directory.

Code: Select all

! Caps_lock aus
remove lock = Caps_Lock
!
! <> auf Caps_Lock
keycode 66 = less greater
!
! | auf ´`
keycode 21 = acute grave acute grave bar bar bar bar
Unfortunately, the antiX leads to a restart is not enough. __{{emoticon}}__ Where is my flaw?

Thank you! __{{emoticon}}__
Last edited by male on 20 Nov 2011, 12:43, edited 1 time in total.
Posts: 325
male
Joined: 04 Nov 2011
#2
Ich antworte mir mal selbst, die Lösung war den Aufruf der Datei in das Autostartverzeichnis von antiX

~/.icewm/startup
~/.fluxbox/startup

mit dem Eintrag

Code: Select all

xmodmap ~/.Xmodmap
zu tätigen.

sorry

I sometimes even answer me, the solution was to call the file into the Startup directory of antiX

~ / .icewm / startup
~ / .fluxbox / startup

with the entry.
Posts: 117
buttcoffee
Joined: 20 Aug 2010
#3
Hello, you could try this post22085.html?hilit=danish#p22085

Or something like this this post22094.html?hilit=danish#p22094
Posts: 325
male
Joined: 04 Nov 2011
#4
Hello buttcoffee,

Thank you for your help!

My problem was that the> button <and | on the German re-labeled with stickers U.S. keyboard is not present.

That's why I used the little buttons and CAPS_LOCK '`
made it usable.


Danke, für deine Hilfe!

Mein Problem war aber, dass die Taste >< und | auf der mit deutschen Aufklebern umgelabelten US-Tastatur nicht vorhanden ist.

Deshalb habe ich die wenig genutzten Tasten Caps_Lock und ´`
dafür benutzbar gemacht.