Compare commits
1 Commits
51a48175fa
...
48fc2ed99c
Author | SHA1 | Date | |
---|---|---|---|
48fc2ed99c |
@@ -3,6 +3,7 @@
|
||||
|
||||
---@param index number
|
||||
---@return string commandName
|
||||
---@return string somebullshit
|
||||
---@return string binding1
|
||||
---@return string binding2
|
||||
---Returns information about a key binding
|
||||
|
@@ -2,7 +2,7 @@
|
||||
---@meta
|
||||
|
||||
---@param key string
|
||||
---@param command string
|
||||
---@return 1nil success
|
||||
---@param command string?
|
||||
---@return boolean success
|
||||
---Binds a key combination to a binding command
|
||||
function SetBinding(key, command) end
|
||||
|
Reference in New Issue
Block a user