05dirnbe / nefi

Network Extraction From Images
BSD 2-Clause "Simplified" License
34 stars 14 forks source link

Hotkey for processing pipeline #21

Closed gdenn closed 8 years ago

gdenn commented 8 years ago

shift + enter run hotkey

phreic commented 8 years ago

Added with c7123eb But shortcut button is "F1" for now since Qt didn't recognize "Shift + Enter" as a hotkey. If it's important to have these keys explicitly I can look into it again.

05dirnbe commented 8 years ago

I dislike F1 as the run hotkey. Id rather have something more central on the keyboard. ctrl + space for exampel. shift+enter is still my favourite though.

tastyminerals commented 8 years ago

The hotkey for running the pipeline was ctrl + r, I remember adding it :)

tastyminerals commented 8 years ago

ctrl + space is problematic because it is frequently used for language layout switching.

phreic commented 8 years ago

You're right. We already added it at a different position. I'm going to change it to "shift + enter" though. I just need to take a look into QT documentation again since menu shortcuts work a little bit different than the shortcuts we used before. We should use menu shortcuts because they can be seen for every user in the menu bar.

phreic commented 8 years ago

Added with 9c382da