How to bring up lsxcommand? Static pop-up text? Thread last updated on 2004-04-13 22:22:37

Posted by member 147304 on 2004-04-13 20:20:08

I'm a new Litestepper and I'm finding my way around slowly but surely. I've run into a couple of problems that I hope I might get help with.

1. What is the default command-key combination to toggle the lsxcommand window? I forgot it and might possibly have changed it somehow (though I see that as unlikely). Where is this setting stored? I can't seem to find it in any of my .rc files. (UPDATE: Win-P seems to work -- I might have set that, I forget. But it still stays behind windows and it doesn't toggle -- it just appears.)

2. How can I add static text to my pop-up menu?

Thank you very much.

Posted by member 32550 on 2004-04-13 21:15:49 link

1. set commandalwaysontop so it will be all time on top, as long as it is visable.

2. what do you mean with "static text"???? like a headline?
*popup "Your Static Text" !none

Posted by member 147304 on 2004-04-13 21:43:56 link

1. Thanks. I still need help toggling the lsxcommand bar, though. Win-P suddenly doesn't work. Ignoring that, how can I get the lsxcommand bar to appear? I know it's just one line of code in some file (hotkeys.rc?) that I need. :-)

2. Exactly. Thanks much!

Posted by member 37809 on 2004-04-13 22:15:34 link

If you're using austerity there's a hotkey in $ConfigDir$themevars.rc:
*Hotkey CTRL+SHIFT X !FocusCommand

You may as well define your own personal hotkey in hotkey.rc
if you find yourself always using lsxcommand.

Posted by member 147304 on 2004-04-13 22:22:37 link

Ah! THAT'S where I didn't think to look. Thanks very much. I've commented out the original in themevars.rc and copied the line to my hotkey.rc. I appreciate your help, both of you.