Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
gkeybind
0.2.0
Top Level Namespace
Gkeybind
Action
Command
Config
Layout
LayoutFile
LayoutNames
Daemon
Delay
Key
KeyLookup
Keys
LiteralText
Utils
Generated using Crystal 1.14.0
2024-11-26 19:01:38 UTC
class
Gkeybind::
KeyLookup
Gkeybind::KeyLookup
Reference
Object
Defined in:
key_lookup.cr
Constant Summary
MODIFIERS
=
[
Key
::
Leftshift
,
Key
::
Rightalt
]
Constructors
.new
(layout : Config::Layout | Nil =
nil
)
Instance Method Summary
#from_char
(char : Char)
#from_name
(name : String)
Constructor Detail
def self.
new
(layout :
Config::Layout
| Nil =
nil
)
#
[
View source
]
Instance Method Detail
def
from_char
(char : Char)
#
[
View source
]
def
from_name
(name : String)
#
[
View source
]