cshnik / TaskSpace

TaskSpace
http://www.systemgoods.com
4 stars 0 forks source link

[FR] add hotkeys for navigation between tabs and between windows in a tab #14

Closed Drugoy closed 3 months ago

Drugoy commented 10 years ago

I think it's a pity that there's no way to navigate between tabs and between windows in a tab.

I suggest to add hotkeys for: a. switching between tabs in the active frame (forward and backward switching). b. switching between windows in the active tab (forward and backward switching).

It's better to make hotkeys user-configurable, and I suggest these as default: a. CapsLock+Tab for forward switching between tabs in the active frame. b. CapsLock+Shift+Tab for backward switching between tabs in the active frame. c. Ctrl+CapsLock+Tab for forward switching between windows in the active tab of the active frame. d. Ctrl+CapsLock+Shift+Tab for backward switching between windows in the active tab of the active frame.

cshnik commented 9 years ago

The list of hotkeys hardcoded in TaskSpace v0.2.0.0: Global Windows hotkeys: Ctrl+Alt+T - create new TaskSpace Ctrl+Shift+T - create new TaskSpace, attached current window Ctrl+Shift+M - move current window to last active TaskSpace TaskSpace hotkeys: Ctrl+T - add new tab Ctrl+0...9 - activate corresponding tab by index

Drugoy commented 9 years ago

Hardcoded hotkeys always suck :(