Comment 0 for bug 525502

Revision history for this message
Guillaume Martres (smarter) wrote : autocompletion menu shows up when space key is pressed

OS: Ubuntu 9.10
Whenever the space key is pressed, the autocompletion menu shows up and no space is entered. The problem disappear when the line 214: "<accelerator key="space" signal="activate" modifiers="GDK_CONTROL_MASK"/>" in dreampie.glade is commented.
Apparently, glade doesn't take into account the "modifiers" parameter and the action "on_show_completions" is fired whether or not Ctrl is pressed along with space. Trying to manually set the shortcut with glade itself doesn't work either: no shortcut is entered when I press Ctrl+space, however Alt+space and space work.