GNOME Bugzilla – Bug 577865
use gdkkeysyms when available
Last modified: 2011-08-16 20:13:58 UTC
The escape keyval is hard-coded in src/MainWindow.vala. Use the gdkkeysyms name instead, once bug 551184 is resolved in vala. - Mike
We can use Gdk.keyval_from_name instead. Fixed in git master / 3.0.0. - Mike