Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have RH 9.0 on one partition. Slack 10.0 on the other.
I use the same xmodmap for my keyboard. Code is at
the end of this post.
I have a small footprint logictech keyboard with a "win"
key. (keycode 115) which is mapped to Super_L.
On Slack with KDE 3.2.3, after pressing the Super_L key,
releasing it launches the main menu. I don't have that
problem on RH with KDE 3.1-12
Grrr! I hate it when that happens, it interferes with my
emacs.
Does anyone know how to disable this process?
NOTE: KDE control center keyboard shortcut service recognizes
this key as "Win", and xev doesn't appear to register anything
but the menu events.
This question was originally posted to the slack forum.
No takers :-(
Thanks
Tim
--------------------------------------------------------------------------------
remove Lock = Caps_Lock
remove Control = Control_L Control_R
! Assign original caps lock key to left control key
keycode 0x42 = Control_L
! Assign original left control key to caps lock
keycode 0x25 = Caps_Lock
! Assign original right windows key to right control key
keycode 0x74 = Control_R
add Lock = Caps_Lock
! add Control = Control_R Control_L Control_L
add Control = Control_R Control_L
Originally posted by NetRAVEN5000 Go to the KDE Control Center > Regional & Accessibility > Keyboard Shortcuts. At least that's where it is in KDE3.4.2.
What should I do when I get there? I am somewhat familiar with that feature - that is the correct path yes.
tim
Originally posted by Tim Johnson What should I do when I get there? I am somewhat familiar with that feature - that is the correct path yes.
tim
Go to where it says "Popup Launch Menu" (in 3.4.2 there's a "Search" bar at the top - you can also type "Popup Launch Menu" in there to find it) and then double-click it to change the key combo.
Also, in KDE 3.4.2 the Windows key is being used as a modifier key for key combos. Anyone know of a way I can do the *reverse* of what Tim here wants to do and make it so the Win key *does* pop up the window? When I try to put that as the shortcut, it says "Win+" like it wants me to put another key in there with it but that's not what I want. . .
Last edited by NetRAVEN5000; 08-21-2005 at 08:35 PM.
Originally posted by NetRAVEN5000 Go to where it says "Popup Launch Menu" (in 3.4.2 there's a "Search" bar at the top - you can also type "Popup Launch Menu" in there to find it) and then double-click it to change the key combo.
Also, in KDE 3.4.2 the Windows key is being used as a modifier key for key combos. Anyone know of a way I can do the *reverse* of what Tim here wants to do and make it so the Win key *does* pop up the window? When I try to put that as the shortcut, it says "Win+" like it wants me to put another key in there with it but that's not what I want. . .
I've set the pop lauch menu to Win-F12 and the alternate binding to shift-F11, with no change.
Let me be clear here, that this does not appear to interfere with using Win(Super) as prefix key.
What does is occur is best illustrated with an example:
Let's suppose that I have bound Control-n to the emacs 'next-line' function and Super-n to the emacs
'next function' function. I mean to scroll to the next line and mistakenly put my finger on the win(super) key.
Then I release the super key to use the control key as I had meant. The result is that the popup then appears.
It is the key release event that causes this problem and it is really a minor annoyance.
thanks very much for the help so far. Any other ideas?
tim
Originally posted by NetRAVEN5000 Go to where it says "Popup Launch Menu" (in 3.4.2 there's a "Search" bar at the top - you can also type "Popup Launch Menu" in there to find it) and then double-click it to change the key combo.
Also, in KDE 3.4.2 the Windows key is being used as a modifier key for key combos. Anyone know of a way I can do the *reverse* of what Tim here wants to do and make it so the Win key *does* pop up the window? When I try to put that as the shortcut, it says "Win+" like it wants me to put another key in there with it but that's not what I want. . .
Oh sorry, could have been more clear on that last posting, but in fact, the 'win' key (keycode 115) *is* being used for
the popup menu - regardless of keysym - by KDE.
?What?
Yes, the "Win" key pops up the menu - that's what I was trying to help you fix.
Sorry if I confused you with the last paragraph of my previous post - what I was saying was that, on my system, the menu *isn't* doing this when I press the "Win" key but I want it to. When I try to tell it this, though, it wants me to press another key, too - I don't want to press a key combination, though, I just want to press the Windows key. It had little to do with fixing your problem, it was just me asking how to get it to work the way yours does.
When setting hotkeys in control center->R & A->Keyboard shortcuts:
KDE waits for another keypress after I press and release"win". I'm now
guessing that feature is controled from somewhere else. I have to reboot
my computer to access the ver of KDE, as it is on another partition from my
main (RH 9.0) partition. But I can mount that partition and what appears to
be the relative path to the configuration files is (mounted ...)~/.kde/share/config.
I can poke around there a bit today and see if I find any syntax that might be
enabling the 'win' key to launch the main menu independent of the global hotkeys
service.
I appreciate your attention to this and maybe we will yet determine it, or perhaps
a different topic line like "enabling win key for popup launch menu" might get some
different insights.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.