Rank: Advanced Member Groups: Member
Joined: 5/8/2015 Posts: 46
|
Hi,
We register several keyboard shortcuts for our web browser, one of them being Ctrl-F to bring up a find dialog:
webView1.Shortcuts = new[] { new Shortcut((int)Program.KeyboardShortcuts.F3_Find, KeyCode.F, true, false, false), ..........
We are finding however that in some cases this is firing when the user presses the F key without pressing control, or when the user presses and releases control key and then presses F!
I cannot recreate this on my machine but can on another developers machine and on some other servers.
We have removed the shortcut for the time being but would be grateful if it could be looked at as it's freustrating to say the least!
Regards, Andy.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
We are not able to reproduce this problem either. However we have reviewed the related code and made some adjustments. This change will be in our next build (which maybe out tomorrow). You can try that and once it's out and see if it works for you.
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
We have just posted a new build that contains some adjustment about this. Please download it from our download page and let us know if it works for you.
Thanks!
|