View previous topic :: View next topic |
Author |
Message |
c0balt Guru
Joined: 04 Jul 2004 Posts: 441 Location: Germany
|
Posted: Sun Jul 18, 2004 6:05 pm Post subject: de-latin1-nodeadkeys - Alt-Gr |
|
|
Hi,
ich hab seit längerem ein problem mit dem deutschen tastatur layout,
Alt-Gr mach mich wahnsinning..
zb { dabei verrencke ich mir jedesmal fast die hand, daumen auf alt-gr und zeigefinger auf 7 ist einfach umständlich.
ebenso dann mit []}
mein erster gedanke war das layout so zu ändern das die normale Alt-Taste (links der leertaste also) genau das selbe macht wie Alt-Gr (für STRG und SHIFT hat man schließlich auch jeweils links und rechts eine)
dann kann man aber auf der konsole nichtmehr per Alt-Fx zwischen terminals hin und herschalten!
weiß jemand wie ich das am besten lösen kann? |
|
Back to top |
|
|
psyqil Advocate
Joined: 26 May 2003 Posts: 2767
|
Posted: Sun Jul 18, 2004 11:39 pm Post subject: |
|
|
Code: | Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "Xkblayout" "uk"
Option "XkbOptions" "ctrl:swapcaps" |
Wer drückt schon gerne Shift-7?
Oder (Achtung: Geraten!) Code: | keycode 115 = ISO_Level3_Shift Multi_key | um die Taste zwischen Strg und Alt als Alt-Gr zu benutzen... |
|
Back to top |
|
|
c0balt Guru
Joined: 04 Jul 2004 Posts: 441 Location: Germany
|
Posted: Mon Jul 19, 2004 5:05 pm Post subject: |
|
|
hi
Code: | Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "Xkblayout" "uk"
Option "XkbOptions" "ctrl:swapcaps" |
hmm, das ändert garnichts, außer das jetzt Alt-Gr auch nichtmehr geht =)
Code: |
keycode 115 = ISO_Level3_Shift Multi_key
|
das klingt vielversprechend, in welchem file kann ich diese einstellung machen? |
|
Back to top |
|
|
c0balt Guru
Joined: 04 Jul 2004 Posts: 441 Location: Germany
|
Posted: Mon Jul 19, 2004 5:07 pm Post subject: |
|
|
hi
Code: | Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "Xkblayout" "uk"
Option "XkbOptions" "ctrl:swapcaps" |
hmm, das ändert garnichts, außer das jetzt Alt-Gr auch nichtmehr geht =)
Code: |
keycode 115 = ISO_Level3_Shift Multi_key
|
das klingt vielversprechend, in welchem file kann ich die einstellung machen? |
|
Back to top |
|
|
psyqil Advocate
Joined: 26 May 2003 Posts: 2767
|
Posted: Mon Jul 19, 2004 5:17 pm Post subject: |
|
|
In ~/.Xmodmap, man xmodmap könnte Dir weiterhelfen...
Ach ja, vielleicht funktioniert bei Dir ja xkeycaps |
|
Back to top |
|
|
c0balt Guru
Joined: 04 Jul 2004 Posts: 441 Location: Germany
|
Posted: Mon Jul 19, 2004 5:26 pm Post subject: |
|
|
k thx, werd ich ausprobieren
sorry für doppel post, ka wie das passiert ist |
|
Back to top |
|
|
psyqil Advocate
Joined: 26 May 2003 Posts: 2767
|
Posted: Mon Jul 19, 2004 5:35 pm Post subject: |
|
|
c0balt wrote: | hmm, das ändert garnichts, außer das jetzt Alt-Gr auch nichtmehr geht =) | Ach ja, stimmt: Code: | cd /usr/X11R6/lib/X11/xkb/symbols
cp gb uk | das sollte helfen...dann wiederum, ich hab glaub ich nie "Xkblayout" "gb" ausprobiert... |
|
Back to top |
|
|
|