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

Show that F2 is available as shortcut to rename a project #124

Open tanius opened 3 years ago

tanius commented 3 years ago

Currently, F2 is the default keyboard shortcut used for editing the selected project's name. This is different from "Project → Edit Project…" in the menu and from the context menu entry "Edit Project…" (both available via Alt + Return) as it only edits the name, not bringing up all the project settings. That's a nice and useful shortcut, but not yet apparent in the user interface.

Proposal: Create a menu entry "Project → Rename…" and / or a context menu entry "Rename…", with F2 indicated as the assigned shortcut behind it.