Evan Teran
Evan Teran
I think we TRY to bring it to front, but i'll check it out. Thanks!
Ah good question. Right now the accelerators are hard coded but I have plans to change this to be based on a config file. So The current answer is unfortunately...
I **think** that you can get away with just editing `MainWindow.ui` and changing this part: ``` &Goto Selected Ctrl+E ``` And you can set the `Ctrl+E` to basically any other...
Oh, well if you're trying to assign a macro/shell command shortcut it'll have to be a two-step. First you change `action_Goto_Selected`'s shortcut to anything else (or nothing) and then separately,...
Interesting what is your keyboard layout? The font-size adjustment is intended to be triggered by the "+" and "-" keys. For me "Shift+6" == "^".
I see, OK, that makes sense. Unfortunately, this is a slightly differrent change from the other one: `TextArea.cpp` ``` {Qt::Key_Equal, Qt::ControlModifier, &TextArea::zoomInAP, TextArea::NoneFlag}, // zoom-in() {Qt::Key_Minus, Qt::ControlModifier, &TextArea::zoomOutAP, TextArea::NoneFlag}, //...