linux - xmonad xmodmap 将选项卡更改为 alt gr 但它不适用于 firefox 或 Thunderbird

标签 linux firefox thunderbird xmonad xmodmap

我使用 xmonad 并用 xmodmap 更改了我的键盘以使用我的 alt gr 键作为制表符。

我把我的 Super_L 移到了 tab 键,这是我的 xmonad 的 modm 键。

它在其他应用程序中运行良好,但不适用于 firefox 或 Thunderbird。这两个应用程序只是忽略了 altgr press。

我在安全模式下尝试了 firefox,但问题仍然存在。

最佳答案

我遇到了同样的问题,找到了答案 here :

添加:

Option "XkbVariant" "intl"

到/etc/X11/xorg.conf.d/10-evdev.conf

Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "XkbModel" "asus_laptop"
    Option "XkbVariant" "intl"
    Option "XkbLayout" "us"
EndSection

关于linux - xmonad xmodmap 将选项卡更改为 alt gr 但它不适用于 firefox 或 Thunderbird,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20386403/

相关文章:

vcf-vcard - 是否可以生成绕过 Thunderbird 换行错误的 vcard 2.1?

c++ - 使用 C++ 开发 Thunderbird 扩展

javascript - SVG foreignObject 未在 Chrome 中显示

css - 单击 IE、Firefox 上的按钮时,如何修复按钮闪烁(向下移动)中的文本?

python - 当我使用 Mime 从 Python 发送时,Outlook 和 Thunderbird 收不到附件

linux - 如何在另一台安装了qt的计算机(linux)上运行qt程序?

c - 如果我 fork() 然后执行 execv(),谁拥有控制台?

c++ - 如何在 Linux 上监视多线程 (pthread) C++ 程序的每个线程行为?

c++ - 共享库、库依赖

firefox - 为什么firefox没有utf-8编码?