Changing hotkey / customize hotkey settings

Hi there,
is it possible to change the hotkey assignment or set any further hotkeys aside the [Enter], [DEL], [INS] and [ESC] keys? Background of my question: I would like to change the working item by pressing a defined/assigned hotkey-combination.

Thanks a lot in advance!!

I don’t think so, but I use auto hotkey to achieve this. If my desired hotkey is “ALT+F12” then I would just bind ALT+F12 to CTRL+ALT+G in autohotkey, like this

!F12::
Send, ^!g
return

1 Like

Wow, thanks for pointing me towards Autohotkey!
Justscratching the surface but this could be an INSANE productivity boost :smiley:
Definitely gonne try this, although a native hotkey support would be much smoother :wink:

1 Like