projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f101c1
)
bind C-g for the rset key
author
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 14:12:30 +0000
(14:12 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 14:12:30 +0000
(14:12 +0000)
plugins/keyboard/keyboard.c
patch
|
blob
|
history
diff --git
a/plugins/keyboard/keyboard.c
b/plugins/keyboard/keyboard.c
index 07a9bd513259ebfb0899c653b500913d468546f8..cf48b2e9290bf53edb062ec3d599c18c966b7eac 100644
(file)
--- a/
plugins/keyboard/keyboard.c
+++ b/
plugins/keyboard/keyboard.c
@@
-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();
}