On 04/27/2016 05:55 PM, Stephan Witt wrote: > Am 27.04.2016 um 17:48 schrieb Scott Kostyshak <skost...@lyx.org>: >> On Wed, Apr 27, 2016 at 07:46:22AM +0200, Stephan Witt wrote: >>> Am 27.04.2016 um 07:43 schrieb LyX Ticket Tracker <t...@lyx.org>: >>>> #10096: Keyboard shortcut for interword space does not work on Mac >>>> -----------------------+------------------------- >>>> Reporter: ksvanhorn | Owner: lasgouttes >>>> Type: defect | Status: new >>>> Priority: normal | Milestone: >>>> Component: general | Version: 2.1.4 >>>> Severity: normal | Resolution: >>>> Keywords: | >>>> -----------------------+------------------------- >>>> >>>> Comment (by stwitt): >>>> >>>> The LyX version doesn't matter. The clash of the short cuts can be avoided >>>> by disabling or changing the Finder short cut or by changing it in LyX. >>> This reminds me that short cuts cannot be changed in LyX with Qt 5.6.0 - >>> IMHO a possible show stopper for using Qt 5.6. >> Agreed. This is #10075. I think this is the biggest known issue and is >> definitely a show stopper. > It looks like QEvent::ShortcutOverride is not emitted anymore with Qt 5.6. > Why not using QEvent::KeyPress? Do I miss something here? > > Please, can anyone try the attached patch on Linux and/or Windows? > Perhaps the change should be guarded by some Qt-version check.
It is fine on Fedora, using Qt 5.4. Richard