Bug 18637 - impossible to input 'q'
Summary: impossible to input 'q'
Status: CLOSED WORKSFORME
Alias: None
Product: Branch 5.0
Classification: Distributions
Component: epiphany (show other bugs)
Version: unspecified
Hardware: all Linux
: P2 major
Assignee: Sergey N. Yatskevich
QA Contact: qa-5.0@altlinux.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-25 14:46 MSK by Ivan Zakharyaschev
Modified: 2009-02-02 13:18 MSK (History)
0 users

See Also:


Attachments
/home/ivan/.gnome2/accels/epiphany (5.10 KB, text/plain)
2009-02-01 16:29 MSK, Ivan Zakharyaschev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.)