The DnD Sanctuary

Pings => Otter Browser Forum => Topic started by: Freeman on 2015-05-18, 14:00:19

Title: Issues with single key shortcuts
Post by: Freeman on 2015-05-18, 14:00:19
In the weekly build #71 Ctrl+Left and Ctrl+Right shortcuts won't work in text areas. That's due to new feature, single-key shortcuts. I disabled it via about:config, but then F5 won't work. Any suggestions?
Title: Re: Issues with single key shortcuts
Post by: Emdek on 2015-05-18, 19:50:15
@Freeman, these two shouldn't be affected by that option, weird.
You can try to disable only selected shortcuts using editor, there are not too many of such shortcuts:
https://github.com/OtterBrowser/otter-browser/blob/master/resources/keyboard/default.ini
Title: Re: Issues with single key shortcuts
Post by: Freeman on 2015-05-19, 22:36:47

@Freeman, these two shouldn't be affected by that option, weird.

Nevertheless, this build is quit unusable due to bugs with shortcuts. Full-screen mode is also unavaliable on F11, some strange next/previous page jumps while trying to type in chat (or whatever else on a page, when chat caret disappears).

Posting this message from the actual Otter version I'm using now.
Title: Re: Issues with single key shortcuts
Post by: Freeman on 2015-05-20, 00:13:35
Just updated to build #72, the behavior remains unchanged, under Windows XP:
Title: Re: Issues with single key shortcuts
Post by: Emdek on 2015-05-25, 15:53:13
@Freeman, uhm, I guess that our algorithm should get exceptions for these keys, currently it simply ignores all single key shortcuts.
Is that chat Flash or Java based? There is a ticket for them:
https://github.com/OtterBrowser/otter-browser/issues/802
I'll try to add workaround for that case in this weekly.

Moved from:
https://dndsanctuary.eu/index.php?topic=357.0
Title: Re: Issues with single key shortcuts
Post by: Freeman on 2015-05-29, 13:23:47
In the build #73, F5 and F11 keys work, but Ctrl+Left/Right won't. SingleKeyShortcuts = false. Having this issue in any chat/textarea, including Twitter and this forum.
Title: Re: Issues with single key shortcuts
Post by: Emdek on 2015-05-29, 15:41:01
@Freeman, for now I can only suggest to remove these two shortcuts in Preferences.
I can try to improve our workaround to ignore global shortcuts when editing text after beta, it's too fragile to do that now...
Title: Re: Issues with single key shortcuts
Post by: Freeman on 2015-05-29, 16:03:45

@Freeman, for now I can only suggest to remove these two shortcuts in Preferences.

Okay, done it, worked after Otter restart. The most annoying issue gone. Thanks.
Title: Re: Issues with single key shortcuts
Post by: ethouris on 2015-07-13, 18:14:24
I have one issue with the Z / X keys. On the latest version installable on CentOS 7 (I don't have that system right now) there are two key combinations that are understood as "z" and therefore "Back" function:
- Z
- AltGr + Z

The Alt+Z, Shift+Z, Ctrl+Z are ok - they have their own functions.

The problem is that AltGr+Z is ż on Polish keyboard, so responding with Back on that key combination makes it unable to use with webpages that use text edition.
Title: Re: Issues with single key shortcuts
Post by: Emdek on 2015-07-13, 19:06:33
@ethouris. which version was that? This issue should be gone long time ago.
Title: Re: Issues with single key shortcuts
Post by: rhubarbpieguy on 2015-07-16, 12:53:08
My single key shortcuts work.  However, I do notice a noticeably slower transition between pages than with Opera.  Same box, same connection, same time, but slower with Otter.

I don't consider it a significant problem.  Just feedback.
Title: Re: Issues with single key shortcuts
Post by: Emdek on 2015-07-19, 10:03:19
@rhubarbpieguy, we can't do much about that, WebKit1 is simply slower than more modern rendering engines and version used by QtWebKit is quite old (AFAIK the last bigger sync was done two years ago).
Lets hope that QtWebEngine 5.6 will be more usable or we will get Gecko backend before end of this year.