Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 207 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 207 Bytes

keybinding

A golang wrapper for parsing gocui keybindings.

// get a single keybinding
keybinding.Parse("ctrl+c")

// get a list of keybindings
keybinding.ParseAll("ctrl+A, ctrl+B, CTRL+ALT+C")