bind C-g for the rset key
This commit is contained in:
parent
4f101c1fb4
commit
78424735f3
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue