Connect the Enter key to the url textbox
A free, open-source, offline Wikipedia application
Status: Beta
Brought to you by:
gnosygnu
In the gui version please connect the keyboard Enter key to the url textbox when the cursor is in it. Thus typing an url and pressing Enter will load the page.
xowa is started with the command line :
java -Xmx256m -jar /xowa/xowa_linux.jar --app_mode gui
the version used is the latest 2.4.2.1
Anonymous
Hmm... This should already be the behavior (it has been since v0.0.0). Specifically, I did the following:
Let me know if I'm missing a step from above. The only other possibility is that it is related to the Linux distro. I've used both GNOME (Ubuntu / Mint) and KDE (openSUSE) and it behaves the same in each.
Let me know if you need more info. Thanks!
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Pressing Ctrl+L or Alt+D will select the content of the textbox but pressing enter will have no effect, i'm using gnome under ubuntu. If you say enter is responding it must be a problem from me and then you can close the ticket.
Ok. Thanks for clarifying.
Two other questions:
No I didn't customize any of the shortcuts. I tried on a new install but the same result.
For ubuntu it's an ubuntu 12. I also tried on a debian wheezy too. I just noticed that the Enter key is not working in the search textbox too.
I'm using the same java version (from oracle) on both distro
java version "1.7.0_51"
Are you using openjdk-7-jre ?
Last edit: echo0 2015-04-18
Cool. Thanks.
Ok. I'm downloading the Live Image now from http://releases.ubuntu.com/12.04/. I'll take a look at it later today / tomorrow morning and report back
Yeah, using openjdk-7-jre on both Linux boxes (Mint, OpenSUSE). I use Oracle's on my Windows boxes (and a test Mac OS X system)
Thanks for testing that, if it works of your side with ubuntu 12 please try the oracle java 7 package. You can download it here : http://www.oracle.com/technetwork/java/javase/downloads/server-jre7-downloads-1931105.html
The version 1.7.0_51 can't be downloaded anymore but the latest 1.7.0_80 should be fine.
I didn't get a chance to test this out over the weekend. I'll try again sometime this week and post here. Sorry.
Again, my apologies. This week was difficult for various reasons. I'll slot some time to look at it this week. Thanks.
Don't worry about this ticket ;) Take a look at it when you want. Thanks
Hi. Sorry for the delay. I tried this tonight and it does work on my side. I list the steps below.
Can you try something similar with the Live CD? We can try to figure out if it's distro-related or even machine-related. Let me know if you need any other details
Last edit: gnosygnu 2015-04-29
It's not working I reproduce every steps as you requested, I even made a video :
https://youtu.be/0-QFT6sIEhw
Pressing the enter key in the search or url textbox has no effect.
I was thinking that I'm using a french keyboard (azerty), the problem could come from that ?
Wow! Thanks for the video. Very illustrative.
It could be the azerty keyboard, but I think it should still be sending an Enter keycode.
Let me look at adding some debug code for v2.5.1. It should log what keycode is being sent when you press enter. I'll post again when I do so. Thanks.
I added a "show keybinding" window. in v2.5.1. When you get a chance, try the following:
Hello,
It reports 16777296 in the Keycode and nothing appears in Shortcut
Cool. Thanks for the follow-up.
It looks like 16777296 is the keycode for for keypad enter. I'm guessing this is the enter key on the azerty / your keyboard model. See http://blog.vogella.com/2014/03/14/eclipse-luna-m6-localization-update/ and http://www.eclipse.org/forums/index.php/t/159150/
I wasn't aware of this before tonight. I'll put support for this in v2.5.2.1 and post here when done.
Last edit: gnosygnu 2015-05-06
Thanks for the links :)
I added default behavior for Keypad_enter to the v2.5.2 build. Let me know if it still doesn't work. Thanks.
It's working :) Nice work !
Thanks
No problem! Thanks for sticking through it, as well as the confirmation!