X.Org X Server 1.12.3
Xfce 4.10
Hi: I wrote the following two files:
Code:
semoi@server:/home/semoi2$ cat .Xmodmap
keycode 9 = 65
semoi@server:/home/semoi2$ cat .xinitrc
modmap ~/.Xmodmap
semoi@server:/home/semoi2$
but, starting X he immediately exits with no errors. I presume the error is in .Xmodmap. Could you tell me the syntax to make scan code 9 look like scan code 65?
EDIT: that is: ESC look like 'A'.