Screenshots now in keybindings properly (removes from skin) (#95152)

This commit is contained in:
John Willard
2026-03-11 16:07:37 -04:00
committed by GitHub
parent 13e9cc14ae
commit 428c43fa5f
6 changed files with 49 additions and 31 deletions
@@ -94,6 +94,7 @@
keybindings[keybinding.category][keybinding.name] = list(
"name" = keybinding.full_name,
"description" = keybinding.description,
"can_edit" = keybinding.can_edit,
"default" = keybinding.hotkey_keys,
)