bindings.toml, config/bindings.toml file
This commit is contained in:
@@ -17,6 +17,7 @@ function on_open()
|
||||
|
||||
local panel = document.bindings_panel
|
||||
local bindings = core.get_bindings()
|
||||
table.sort(bindings, function(a, b) return a > b end)
|
||||
for i,name in ipairs(bindings) do
|
||||
panel:add(gui.template("binding", {
|
||||
id=name, name=gui.str(name)
|
||||
|
||||
Reference in New Issue
Block a user