Her giriş yaptığımda (veya işe yaramazsa her başlattığımda) bu komutu çalıştırmak istiyorum: xmodmap -e 'keysym Delete = Menu' -e 'keysym Menu = Delete'
Birçok şey denedim. Komutu girdim System > Preferences > Startup Applications
. Bir .sh
dosyaya koydum , işaretledim chmod +x
ve o dosyayı koydum System > Preferences > Startup Applications
. Senaryoyu girdim /etc/init.d
. Komutları koydum ~/.profile
. Hiçbir şey işe yaramıyor.
Sonunda, bu benim koymak ~/.profile
:
touch test1
xmodmap -e 'keysym Delete = Menu' -e 'keysym Menu = Delete'
touch test2
Hem test1 hem de test2 oluşturulur, ancak anahtarlar yine de yeniden eşleştirilmez. Komutu kopyalayıp yapıştırıp manuel olarak çalıştırırsam iyi çalışır. Ancak girişte çalışmaz. Herhangi bir fikir?