#keyboard-shortcuts #string #shortcut #parse

keyboard-shortcut-parser

A library used to parse keyboard shortcut strings

1 unstable release

0.1.0 Jul 8, 2020

#15 in #keyboard-shortcuts

MIT license

19KB
473 lines

keyboard-shortcut-parser

A small Rust library used to parse shortcut strings like ctrl+alt+p.


lib.rs:

This crate allows to parse keyboard shortcut strings and maps the results to the right keycodes. Keycode mapping is currently supported for X11 and Windows.

Dependencies

~2.5MB
~51K SLoC