! Here are the keycodes for the iPAQ buttons
!
! 104 = action (joy center)
!
! 111 = joy up
! 113 = joy left
! 114 = joy right
! 116 = joy down
! 
! 128 = Record
!
! 130 = Calendar
! 131 = Contacts
! 132 = Q     (better name anyone?
! 133 = Arrow (better name anyone?)
!
! This is probably the wrong way to do things,
! but it works for me. Improvements are welcome.
keycode 104 = Return
keycode 131 = Shift_L
keycode 130 = Control_L
keycode 132 = Meta_L
keycode 133 = Alt_L
clear shift
clear control
clear mod1
clear mod4
add shift = Shift_L Shift_R
add control = Control_L Control_R
add mod1 = Alt_L Alt_R
add mod4 = Meta_L Meta_R
