jimmejardine / qiqqa-open-source

The open-sourced version of the award-winning Qiqqa research management tool for Windows
GNU General Public License v3.0
369 stars 60 forks source link

Feature request: Keyboard shortcuts #197

Open mahfiaz opened 4 years ago

mahfiaz commented 4 years ago

Qiqqa looks very promising. Thanks a lot for all your efforts.

Ctrl+W - should close currently active tab (right now only Ctrl+F4 is used) see https://github.com/mahfiaz/qiqqa-open-source/commit/f081962f18924893b6ad7e72eba4d5525bef1cc2

Ctrl+PageUp - switch to the next tab (in addition to the current Ctrl+Tab) Ctrl+PageDown - switch to previous tab (in addition to the current Ctrl+Shift+Tab) These weren't that simple.

SimonDedman commented 2 years ago

To add to this: ctrl + tab currently cycles along open tabs which is nice enough. FIrefox (and others) allow changing this behaviour to switching between the 2 most recently opened tabs, which is lovely in my opinion and always a shame to lose when programs don't support it. Would be a nice addition if possible at some point. Cheers!