Zim

Possible to re-map <ctrl><space> focus switching?

Asked by joe

Is there a way to set a custom keybinding for the focus switch?

I already use <ctrl><space> for kupfer quick launcher, so I'd like to use <shift><space> instead for focus switching as <alt><space> does not work for me in 0.6.2 from your PPA on Linux Mint 17.1 Cinnamon.

I'm fine with using <alt><space> as well, if it would only work for me, but all it does is highlight the menu when I push <alt> and nothing when I push <space> :D

Thanks so much for Zim, I love it, it's a fantastic tool, and very brilliantly designed.

Question information

Language:
English Edit question
Status:
Solved
For:
Zim Edit question
Assignee:
No assignee Edit question
Solved by:
Jaap Karssenberg
Solved:
Last query:
Last reply:
Revision history for this message
Best Jaap Karssenberg (jaap.karssenberg) said :
#1

Afraid this is hard coded at the moment, so no easy change. If you want to modify the code, open "zim/gui/__init__.py" and search for "toggle_on_ctrlspace" around line 2500 there is the block where this is hard coded.

Regards,

Jaap

Revision history for this message
joe (m8r-omql5) said :
#2

Ah, ok. Well, thanks for your help!

Revision history for this message
joe (m8r-omql5) said :
#3

Thanks Jaap Karssenberg, that solved my question.