mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-15 21:37:09 +09:00
Add raw event support
This commit is contained in:
@@ -54,7 +54,7 @@ func BindKey(k, v string) {
|
||||
case MouseEvent:
|
||||
BufMapMouse(e, v)
|
||||
case RawEvent:
|
||||
util.TermMessage("Raw events not supported yet")
|
||||
BufMapKey(e, v)
|
||||
}
|
||||
|
||||
config.Bindings[k] = v
|
||||
|
||||
Reference in New Issue
Block a user