scone ~master (2021-10-23T00:48:29.5110352)
Dub
Repo
InputMap
scone
input
os
posix
locale
input_map
Undocumented in source.
version(Posix)
class
InputMap {
this
(string tsv);
KeyboardEvent
[]
keyboardEventsFromSequence
(uint[] sequence);
}
Constructors
this
this
(string tsv)
Undocumented in source.
Members
Functions
keyboardEventsFromSequence
KeyboardEvent
[]
keyboardEventsFromSequence
(uint[] sequence)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
scone
input
os
posix
locale
input_map
aliases
InputSequence
classes
InputMap