On Thu, 4 Mar 2004 09:02:06 -0800 (PST) Keith Maika <[EMAIL PROTECTED]> wrote: > I think this probably isn't a problem with blackbox, but rather my x server, > perhaps someone knows a fix though. > > Blackbox has an option to disable the key bindings when the scroll lock is > on. I'm guessing it means that when scroll lock is on, then pressing alt > while clicking a window won't make it move (or resize if you right click). > However for some reason when I'm running X windows, my scroll lock key does > not work and cannot be turned on. This makes this option more or less > useless.
Quick workaround: use Num Lock for this. :) Any Lock key has the same effect in Blackbox. Long version: it's your key mapping at fault. Run 'xmodmap' from a terminal under X and see what it sais. I'd bet you don't have Scroll_Lock anywhere, or it's not assigned to mod5. If that's true, here's the magic thingy (you can put it in your ~/.xinitrc): xmodmap -e "clear Mod5" xmodmap -e "add Mod5 = Scroll_Lock ISO_Level3_Shift" This has also happened to me after an XFree upgrade. Apparently some little things changed, so my old xmodmap settings didn't wield the same results anymore. Scroll_Lock was just one of the issues. If you want I can send you all my xmodmap settings offlist, since this is not a Blackbox issue. -- Ciprian Popovici -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
