Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Q]hal && xmodmap howto?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Crucify
n00b
n00b


Joined: 05 Nov 2002
Posts: 13
Location: euc_kr

PostPosted: Sun Dec 21, 2008 8:47 am    Post subject: [Q]hal && xmodmap howto? Reply with quote

I'm use hald.
set this. it work.
Code:

   <match key="info.capabilities" contains="input.keys">
      <merge key="input.x11_driver" type="string">evdev</merge>
      <merge key="input.x11_options.XkbModel" type="string">evdev</merge>
      <merge key="input.x11_options.XkbLayout" type="string">us</merge>
      <merge key="input.x11_options.XkbVariant" type="string" />
   </match>


this is my Xmodmap
it work too.
Code:

clear control
clear mod1
keycode 108 = Hangul
keycode 105 = Hangul_Hanja
keycode 37 = Control_L
keycode 64 = Alt_L
add control = Control_L
add mod1 = Alt_L


but, usb keyboard reconnect then lost modmap.
how can I make fdi rule?
Code:

   <match key="info.capabilities" contains="input.keys">
      <merge key="input.x11_options.XkbOptions" type="string">????</merge>
   </match>


thank you.
_________________
problem maker.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum