Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'My .Xmodmap file' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
My .Xmodmap file
Authored by: ptwithy on Apr 28, '04 08:20:04AM

!
! On the TiBook, the following keys have caps as listed:
!
! 60 enter (next to right Clover)
! 64 shift (both shifts)
! 67 ctrl
! 68 fn-shift (both shifts)
! 66 option
! 63 "Clover" (both Clovers)
! 59 delete
! 84 "enter" (fn-return)
! 118 (fn-enter)
! 125 "backspace" (fn-delete)
!
! The default Apple mapping is:
! keycode 59 = BackSpace
! keycode 60 = KP_Enter
! keycode 63 = Meta_L
! keycode 64 = Shift_L
! keycode 65 = Caps_Lock
! keycode 66 = Alt_L
! keycode 67 = Control_L
! keycode 68 = Shift_R
! keycode 69 = Alt_R
! keycode 70 = Control_R
! keycode 125 = Delete
!
! I prefer to have meta on option and alt on "Clover"
! I make the enter next to right Clover be Meta_R
! I leave BackSpace and Delete alone, and teach xterm
! to interpret them correctly.
! Cf. http://www.squish.net/docs/delbs.html

! (for powerbooks, where enter is next to right Clover)
keycode 60 = Meta_R
keycode 69 = Meta_R
keycode 63 = Alt_L
keycode 66 = Meta_L

clear Mod1
clear Mod2

add Mod1 = Alt_L Alt_R
add Mod2 = Meta_L Meta_R



[ Reply to This | # ]
My .Xmodmap file
Authored by: vieuxnez on Dec 29, '04 03:39:57AM

I used your .Xmodmap file to get emacs up and running with a meta key, and I was wondering why it worked for the Powerbook, and not any other configuration that I tried to type in? The only difference that I noticed was that you had "add Mod1 = Alt_L Alt_R" what is the reason for the right and left when there is no keycode for the right? Thanks for the .Xmodmap.

---
,Dustin



[ Reply to This | # ]
My .Xmodmap file
Authored by: vieuxnez on May 20, '05 12:47:40AM

Does anyone know where to get the full keycode lists for 15" aluminum, 17" aluminum, and a 15" Tibook? I would greatly appreciate the help.

---
,Dustin



[ Reply to This | # ]