wblock@
Developer
There are two usability problems with Firefox 17 that I'd like to solve, or at least improve.
The first is new. I've been using
to set the Windows keys to be arrow keys. So alt-windows is the same as alt-leftarrow, but less of a stretch to type. This stopped working with Firefox 17.
The second problem is with the "smart" bar and completion. I regularly type the first few characters of common sites, using it as command completion. This mostly works, but every so often, it fails to complete and I get search results for (for example) goo. Possibly it's because sqlite is taking too long to return a big query. Can it be changed to delay accepting Enter until the search is complete? Can sqlite be sped up with port config options?
The first is new. I've been using
Code:
xmodmap -e "keycode 115 = Left" -e "keycode 116 = Left"
to set the Windows keys to be arrow keys. So alt-windows is the same as alt-leftarrow, but less of a stretch to type. This stopped working with Firefox 17.
The second problem is with the "smart" bar and completion. I regularly type the first few characters of common sites, using it as command completion. This mostly works, but every so often, it fails to complete and I get search results for (for example) goo. Possibly it's because sqlite is taking too long to return a big query. Can it be changed to delay accepting Enter until the search is complete? Can sqlite be sped up with port config options?