Submitted by Anonymous on Tue, 08/06/2002 - 14:31. Developers
Hi
In a Popup-Menu there are Shortcuts defined. When Numlock is disabled, then the shortcuts are functionally. But if Numlock is enabled, then the shortcuts are not available.
What can I do ?
Thanks !
Matze
Add more translations that include Whatever.
Check your Xmodmap if your keys don`t seem to be the way they used to.
In Debian they have a weird assignment I had to disable in the "default" .Xmodmap and I didn`t have a mod2 until I fixed it.
Some distributors change the defaults.
! jh After R6 its (default)
! If you have ServerNumlock set in your XF86Config, you can comment out
! add mod2 = Num_Lock
! jh
! add mod2 = Num_Lock
add mod2 = Meta_L Meta_R
! jh ?????? the line above added this
remove mod2 = Alt_L Alt_R
That`s what I had to do so my software groked both Alt and Ctrl combos again )
John Hendrickson