jansorg / tom-ui

Qt5-based user interface for the tom time tracker
https://www.tomtime.dev
GNU General Public License v3.0
8 stars 2 forks source link

Use "Tab" key to switch focus between project tree and timeframe list #67

Closed tanius closed 5 years ago

tanius commented 5 years ago

Keyboard-only control of tom-ui works really well already. The only missing part is a quick way to switch the keyboard focus between the project tree and timeframes list, and visual feedback about this.

Proposal: make Tab trigger the keyboard focus switch to the other part of the window, and show the selected entry in the part of the window without the keyboard focus in grey rather than blue.

jansorg commented 5 years ago

Done for the next update. Keeping the "light blue" and "darker blue" colors of the default Qt style for "unfocus" and "focused" states.