Comment 8 for bug 1523620

Revision history for this message
Herb Miller Jr. (herbmillerjr) wrote :

Also noticed:
- Clicking in the search/path bar then hitting ESC, then CTRL+a causes the same behavior.
- CTRL+SHIFT+A operates correctly, it's only lowercase a that's problematic.

I see in AbstractDirectoryView.vala where Gdk.Keys.A is being handled, but I can't for the life of me seem to find Gdk.Keys.a or whatever is handling CTRL + lowercase a. Is there some function outside of on_view_key_press_event() or perhaps even outside of AbstractDirectoryView that's also handling keystrokes?