Bug 18637

Summary: impossible to input 'q'
Product: Branch 5.0 Reporter: Ivan Zakharyaschev <imz>
Component: epiphanyAssignee: Sergey N. Yatskevich <syatskevich>
Status: CLOSED WORKSFORME QA Contact: qa-5.0 <qa-5.0>
Severity: major    
Priority: P2    
Version: unspecified   
Hardware: all   
OS: Linux   
Attachments:
Description Flags
/home/ivan/.gnome2/accels/epiphany none

Description Ivan Zakharyaschev 2009-01-25 14:46:33 MSK
epiphany-2.24.2-alt1

How to reproduce: start epiphany, click on the location field, press 'q'.
Result: a new tab opens.
Expected: 'q' is input.

This happens in any input fields (examples: ya.ru, bugzilla.altlinux.org ). This is also true for 'й', which is on the same key as 'q'. (The capitals 'Q' or 'Й' are OK.)

Workaround: paste 'q'.
Comment 1 Ivan Zakharyaschev 2009-01-31 16:23:51 MSK
After removing ~/.gnome2/accels/epiphany, it works fine.

I don't know who created that file with crazy bindings though!
Comment 2 Ivan Zakharyaschev 2009-02-01 16:27:09 MSK
But after a while, the keybindings got spoilt again, and the file there now again contains a strange line:

gtk_accel_path "<Actions>/SpecialToolbarActions/FileNewTab" "q"

This happens without me intervening into the settings (there are even no keybindings in the preferences menu of epiphany). So this behavior should be fixed.

I attach the wrong keybindings file, which I didn't voluntarily create.
Comment 3 Ivan Zakharyaschev 2009-02-01 16:29:06 MSK
Created attachment 3295 [details]
/home/ivan/.gnome2/accels/epiphany

I didn't create it, it simply appeared there with the crazy line:

(gtk_accel_path "<Actions>/SpecialToolbarActions/FileNewTab" "q")

.
Comment 4 Ivan Zakharyaschev 2009-02-02 13:18:18 MSK
I have understood the source of this binding: I pressed Alt+F Q, and this bound the first menu entry (New Tab) to Q. (Alt+F Q is a way to close the browser in some other browsers, that's why I pressed it.)