You are not logged in.

#1 2016-11-24 02:00:16

emartine
Member
Registered: 2014-10-30
Posts: 3

UZBL - browser - fi command not working

I have installed 1:0.9.0-1 version of uzbl-browser yesterday, but I am having problems with the fi command.


fi        = go to the first input field and enter insert mode

It does not work at all. no error, output shown. Not action done.

I followed this https://www.uzbl.org/wiki/go-input,
and change those files
but with no success. Same behaviour. the following error is logged in terminal:

socat [3090] E connect(5, AF=1, "<anon>", 2): invalid argument.


NOTE: test page is google.com

Thanks for any help!!
Cant really browse without mouse without this option!!!

Offline

#2 2016-11-24 09:38:41

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: UZBL - browser - fi command not working

Here is a list of all the keybindings: https://www.uzbl.org/keybindings.php

I don't know if they are out of date or not, I don't use Uzbl myself. Is the "fl" option working?

Offline

#3 2016-11-24 11:18:19

emartine
Member
Registered: 2014-10-30
Posts: 3

Re: UZBL - browser - fi command not working

x33a wrote:

Here is a list of all the keybindings: https://www.uzbl.org/keybindings.php

I don't know if they are out of date or not, I don't use Uzbl myself. Is the "fl" option working?

Yes, fl works great!

Offline

#4 2017-03-19 23:16:02

badaniem
Member
Registered: 2015-11-17
Posts: 4

Re: UZBL - browser - fi command not working

I have the same problem. "fi" doesn't work. I've tested it a bit and apparently go_input.sh is called properly but go_input.js is not.

On my system (uzbl 1:0.9.1-2) go_input.sh and go_input.js are different than mentioned here: https://www.uzbl.org/wiki/go-input

This is "go_input.sh"

#!/bin/sh

. "$UZBL_UTIL_DIR/uzbl-util.sh"

case "$( uzbl_control "js page file uzbl.go_input()\n" )" in
*XXXFORM_ACTIVEXXX*)
    uzbl_control "event KEYCMD_CLEAR\n"
    ;;
esac

And apparently the line with uzbl.go_input() doesn't call javascript at all. Any ideas?

------------------
BTW. I used to be a long time Opera user. Unfortunately Opera was "sold" to Google. I've just installed uzbl and I'm more than happy about it :) I strongly recommend this browser to all "keyboard" users.

Offline

#5 2017-03-20 00:25:36

badaniem
Member
Registered: 2015-11-17
Posts: 4

Re: UZBL - browser - fi command not working

Ok. I found it. Solved in upstream:

https://github.com/uzbl/uzbl/issues/325

Offline

Board footer

Powered by FluxBB