Compare commits

...

1 Commits

Author SHA1 Message Date
48fc2ed99c Update 2025-05-07 21:39:58 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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