Hi,
There is a small issue when defining a keyboard shortcut containing an Alt key.
I tried to redefine a copy shortcut from Ctrl+C to Alt+W to be more Emacs like.
However every time I hit Alt+W a Workspace tab appears...
Is it possible, you could add an option somewhere (say in Global Editor Preferences?) to turn off Alt behavior such that it would not trigger quick menu access?
Currently you cannot customize shortcuts that map to top menu tab names, i.e. Alt+F, Alt+E, Alt+S, Alt+W, Alt+B...
Best regards,
Pawel
Keyboard shortcuts and Alt key
-
- CodeLite Enthusiast
- Posts: 22
- Joined: Sat Mar 06, 2010 1:43 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Keyboard shortcuts and Alt key
I think its a windows thingi - you need to turn it off from windowsogee77 wrote: to turn off Alt behavior such that it would not trigger quick menu access?
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 22
- Joined: Sat Mar 06, 2010 1:43 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Keyboard shortcuts and Alt key
You are wright, it's configurable at gtk level (at least for linux).
To turn off mnemonics it is necessary to edit/create file ~/.gtkrc-2.0 and add the following line:
gtk-enable-mnemonics = 0
Then relog for changes to take effect.
To turn off mnemonics it is necessary to edit/create file ~/.gtkrc-2.0 and add the following line:
gtk-enable-mnemonics = 0
Then relog for changes to take effect.
-
- CodeLite Enthusiast
- Posts: 22
- Joined: Sat Mar 06, 2010 1:43 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Keyboard shortcuts and Alt key
Eran is it possible to define a shortcut that would contain more than one 'common' letter, like Alt+X+U? The dialog within Keyboard shortcuts menu won't let me do it and only Alt+X goes in, without U.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Keyboard shortcuts and Alt key
I dont think that it is possible using wxWidgets
Eran
Eran
Make sure you have read the HOW TO POST thread