04-20-2021, 06:40 AM
(This post was last modified: 04-20-2021, 08:34 AM by ab1jx.
Edit Reason: OpenBox URL
)
For resizing things, if openbox is involved, there's a property called border width. By default this is set to 1 pixel so it's very hard to grab. And it lives in a theme of all places. http://openbox.org/wiki/Help:Themes#border.width openbox underlies LXDE, not sure what else.
And this stays the same in mrfixit Stretch, Daniel Thomas Bullseye, or Manjaro so it's not the OS. It's maybe only been a problem since I updated the keyboard/touchpad firmware which I did 4 months ago, I don't remember, didn't notice it right away.
(11-04-2020, 04:01 PM)ColoBill Wrote: I applied the suggested fix for this months ago. Today, I installed a big update for Manjaro 20.10. Something like 30 packages. Upon reboot this issue remarkably appeared again. I find that strange? Worse yet that this now boots up with the numlock on!Yes, I have numlock on print screen and pause, but not on numlock. I never use any of them, but if numlock is on you can't type letters if they have numbers on them. You can turn it back off with one of the keys that's doing that or
Now:
pine-F9 = keycode 69 -- should be "Print Screen" but is KEY_NUMLOCK
pine-F10 = keycode 70 -- should be "NumLK" but is KEY_SCROLLLOCK
pine-F11 = keycode 119 -- should be "ScrLK" but is KEY_PAUSE
pine-F12 = keycode 69 -- should be "Pause Break" but is KEY_NUMLOCK
Code:
xdotool key Num_Lock
And this stays the same in mrfixit Stretch, Daniel Thomas Bullseye, or Manjaro so it's not the OS. It's maybe only been a problem since I updated the keyboard/touchpad firmware which I did 4 months ago, I don't remember, didn't notice it right away.