bind C-g for the rset key

This commit is contained in:
Dana Jansens 2003-03-26 14:12:30 +00:00
parent 4f101c1fb4
commit 78424735f3

View file

@ -126,6 +126,8 @@ void plugin_startup()
{
dispatch_register(Event_X_KeyPress, (EventHandler)press, NULL);
translate_key("C-g", &reset_state, &reset_key);
keysrc_parse();
}