biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.85k stars 1.01k forks source link

Keyboard shortcut in Save File dialog not working #5088

Closed borondics closed 3 years ago

borondics commented 3 years ago

This might be more of a canvas or widget-base issue.

markotoplak commented 3 years ago

I was able to replicate this on my Mac. This topic seems quite popular on the Qt bug tracker: https://bugreports.qt.io/browse/QTBUG-85679, https://bugreports.qt.io/browse/QTBUG-17291.

janezd commented 3 years ago

@markotoplak, thanks for the hint. This is actually easily fixable. At least on my machine/os.

janezd commented 3 years ago

At today's meeting, we said that adding a menu with Copy, Cut and Paste to file widgets (see https://github.com/biolab/orange-canvas-core/pull/158) would look too weird, so this can't be fixed until Qt developers recognize this as a bug and fix it, or provide another way to add those shortcuts.