You are not logged in.
Pages: 1
Topic closed
I have tried for around two hours to setup a compose key, nothing worked and now i have no mnore ideas how to make it work. I have tried:
Option "XkbOptions" "compose:caps"
in 10-keyboard.conf. Pressing caps does nothing, neither caps nor compose
setxkbmap -config compose:caps
same result
xmodmap -e "keycode 66 = Multi_key"
66 is, according to xev, my caps lock key. Does nothing, caps lock acts as caps lock.
I have tried some variants of these, eg with ralt or shift, as well as other keycode with xmodmap. I also tested some other, more weird things i found on the internet. Nothing worked.
I have two keyboards, one internal IBM notebook keyboard (US Layout) and one PS/2 keyboard (DE layout). By default, i have no keyboard settings in xorg (default us layout is good), but i map r-ctrl to win (xmodmap -e "keycode 105 = Super_L"; sleep 5; xmodmap -e "remove control = Super_L"; (dont ask me about the sleep command. It just dont work without.). I have tried everything without the remapping too, same results.
Any suggestion?
Ceterum autem censeo Systemdinem esse delendam
Offline
I use this:
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbLayout" "us"
Option "XkbVariant" "alt-intl,nodeadkeys"
Option "XkbOptions" "compose:rwin"
EndSection
ᶘ ᵒᴥᵒᶅ
Offline
With xmodmap, at least, I think you might have to remove the lock too?
Like:
keycode 66 = Multi_key
clear Lock
I remap my caps lock to control, though, and my menu key to compose.
Offline
I've just got this in my ~/.xinitrc and it works fine.
xmodmap -e "keysym Scroll_Lock = Multi_key"
don't save us from the flames
Offline
I have a bob each way...
In .xinitrc
# compose key
setxkbmap -option compose:ralt
# call Xmodap if the above fails
xmodmap ~/.Xmodmap
and in .Xmodmap
!! Compose key to Right Alt
keycode 108 = Multi_key
Offline
I have
setxkbmap -option compose:caps
in my .xinitrc and no other xmodmap or Xorg configs.
Offline
Thanks m8 :3
I have a bob each way...
In .xinitrc
# compose key setxkbmap -option compose:ralt # call Xmodap if the above fails xmodmap ~/.Xmodmap
and in .Xmodmap
!! Compose key to Right Alt keycode 108 = Multi_key
Offline
Please don't necrobump: https://wiki.archlinux.org/index.php/Co … bumping.22
Closing thread.
Offline
Pages: 1
Topic closed