KDAB / Charm

The Cross-Platform Time Tracker
GNU General Public License v2.0
192 stars 70 forks source link

Feature: Arrow keys in Task Select filter #338

Open lingo opened 6 years ago

lingo commented 6 years ago

Working on Linux, to allow use of vertical arrow keys within filter to select within the treeView.

This means if there are several tasks shown from the filter, you can select the relevant task without moving from the lineedit box.

I'm not sure how this works for OSX however as I believe the vertical arrow keys act as Home/End.

I've submitted the pull request as a (partially) implemented feature request.