Hi everyone,
I just got my rawhide installed last night. This is pretty good. But there are some issues that I cannot solve myself:
1. I cannot remap my keyboard layout using xmodmap. My xmodmap script is as below:
xmodmap -e "remove Lock = Caps_Lock"
xmodmap -e "keycode 66 = BackSpace BackSpace BackSpace BackSpace"
xmodmap -e "keycode 22 = Tab ISO_Left_Tab Tab ISO_Left_Tab"
xmodmap -e "keycode 23 = Escape NoSymbol Escape"
xmodmap -e "keycode 9 = Caps_Lock"
xmodmap -e "clear control"
xmodmap -e "clear mod1"
xmodmap -e "remove mod4 = Super_L Super_R"
xmodmap -e "keycode 133 = Alt_L Meta_L Alt_L Meta_L"
xmodmap -e "keycode 134 = Alt_R Meta_R Alt_R Meta_R"
xmodmap -e "keycode 37 = Super_L NoSymbol Super_L"
xmodmap -e "keycode 64 = Control_L NoSymbol Control_L"
xmodmap -e "keycode 105 = Super_R NoSymbol Super_R"
xmodmap -e "keycode 108 = Control_R NoSymbol Control_R"
xmodmap -e "add Control = Control_L Control_R"
xmodmap -e "add mod1 = Alt_L Meta_L Alt_R Meta_R"
xmodmap -e "add mod4 = Super_L Super_R"
xmodmap -e "add Lock = Caps_Lock"

I can use this script on all other linux machines. When I put this in fedora rawhide, it didn't work. Some of the keymap can work outside the terminal, for example, some of the remap can work in Firefox, buy not in terminal.
I have tried to put this script file in several place:
~/.bashrc
~/.bashrc_profile
a file named rc.local in /etc or /usr, sorry I cannot remember
~/.xsession
~/.xmodmap
~/.Xmodmap

They all didn't work.
I use the Programmer Dvorak Keyboard Layout.
Can anyone help me this out? Thanks.

Sincerely,
Bowen Wang