> my application has two process, I execute "xmodmap -e "keycode 255 = a""
> in the first process then in another process I use
> XKeycodeToKeysym(display, 255, 0) to get the keysymbol, but it reutrns 0.
>
> why keymapping can not refresh?
>
> how can I let the keymapping refresh?

Look for XRefreshKeyboardMapping and the MappingNotify event.

Ciao, ET.

_______________________________________________
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to