gschem: Remove special case for Escape.
commitdd18397d667622407f0cf2856c5f407b0c3dca80
authorPeter TB Brett <peter@peter-b.co.uk>
Fri, 23 Dec 2011 21:14:30 +0000 (23 21:14 +0000)
committerPeter TB Brett <peter@peter-b.co.uk>
Fri, 23 Dec 2011 21:14:30 +0000 (23 21:14 +0000)
tree39b3822b541e0cb3cfd83bb78dc1b40083458831
parentb1f4b2eef1be897133c1ffd62fd3f57ece4f3e72
gschem: Remove special case for Escape.

In commit ef8cf3e9cd75, the <Escape> key was special-cased to do
nothing in g_keys_execute().  This meant that pressing <Escape> no
longer fired the 'cancel' action to reset to Select Mode.

A better approach is to just treat <Escape> like any other key.
gschem/src/g_keys.c