hluk / CopyQ

Clipboard manager with advanced features
GNU General Public License v3.0
8.65k stars 441 forks source link

Conflicting mnemonic shortcut in a tab name example and Tabs menu (Alt+T) #2301

Open maboroshin opened 1 year ago

maboroshin commented 1 year ago

Describe the bug

The & in the string appears to be a typo.

src/ui/tabdialog.ui, LINE 30 : Tab <b>No&amp;tes</b> can be opened using <b>Alt+T</b>.<br />

Additional context I am a translation contributor. There is also the question of terminology.

Assuming the "&" is a typo. Pressing Alt+T on the main window does not open "Notes". I feel the "menu" opens What is "Notes"?

hluk commented 1 year ago

It would be best to prioritize focusing the tabs with the Alt+.. shortcuts. Not sure if it is possible or easy with Qt framework.