Rename makeTabable() to makeCyclable()
This commit is contained in:
parent
d6ed0f9301
commit
370c10c787
6 changed files with 10 additions and 9 deletions
4
core.lua
4
core.lua
|
@ -59,7 +59,7 @@ function keyboard.isBindingDown(bind)
|
|||
return keyboard.key == bind.key and modifiersDown
|
||||
end
|
||||
|
||||
local function makeTabable(id)
|
||||
local function makeCyclable(id)
|
||||
keyboard.tryGrab(id)
|
||||
if hasKeyFocus(id) then
|
||||
if keyboard.isBindingDown(keyboard.cycle.prev) then
|
||||
|
@ -146,7 +146,7 @@ return {
|
|||
isHot = isHot,
|
||||
isActive = isActive,
|
||||
hasKeyFocus = hasKeyFocus,
|
||||
makeTabable = makeTabable,
|
||||
makeCyclable = makeCyclable,
|
||||
|
||||
style = require((...):match("(.-)[^%.]+$") .. '.style-default'),
|
||||
color = color,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue