You are not logged in.

#1 2015-06-01 14:23:49

eistaucher
Member
Registered: 2015-05-25
Posts: 6

[SOLVED] Keyboard-shortcuts "alt+." and "alt+d" don't work under X11

Hi,

I switched from gentoo to archlinux and everything is running fine except my following really annoying problem:

The keycombinations "alt+." (insert the last parameter from the line before) and "alt+d" (delete the word under the cursor) don't work under X11 (in my xterm).
They work before I start X with bash and zsh btw...

My "/etc/X11/xorg.conf.d/20-keyboard.conf" looks like

Section "InputClass"
        Identifier "keyboard"
        MatchIsKeyboard "yes"
        Option "XkbLayout" "de"
        Option "XkbModel" "pc105"
        Option "XkbVariant" "nodeadkeys"
        Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

It is really annoying without these keys working and I have no clue where to look. Can anyone give me a hint?

Thanks

Last edited by eistaucher (2015-06-03 06:39:22)

Offline

#2 2015-06-01 21:30:18

teckk
Member
Registered: 2013-02-21
Posts: 519

Re: [SOLVED] Keyboard-shortcuts "alt+." and "alt+d" don't work under X11

Depends on what Window mgr or Desktop environment that you are using.
Fluxbox would be at ~/.fluxbox/keys
Look up the key bindings, and where to set them for your GUI.

Offline

#3 2015-06-02 11:34:35

eistaucher
Member
Registered: 2015-05-25
Posts: 6

Re: [SOLVED] Keyboard-shortcuts "alt+." and "alt+d" don't work under X11

I have this problem in all Window-Managers I tried (i3, fvwm and lxde).

Offline

#4 2015-06-02 11:39:57

flipflop
Member
Registered: 2015-05-31
Posts: 1

Re: [SOLVED] Keyboard-shortcuts "alt+." and "alt+d" don't work under X11

Did you set "XTerm*metaSendsEscape: true" [0]?

[0] https://wiki.archlinux.org/index.php/Xt … l_Variable

Offline

#5 2015-06-03 06:38:02

eistaucher
Member
Registered: 2015-05-25
Posts: 6

Re: [SOLVED] Keyboard-shortcuts "alt+." and "alt+d" don't work under X11

flipflop wrote:

Did you set "XTerm*metaSendsEscape: true" [0]?

[0] https://wiki.archlinux.org/index.php/Xt … l_Variable

Thank you @flipflop. This solved my problem!

Offline

Board footer

Powered by FluxBB