Skip to content

Commit

Permalink
Merge pull request #667 from thehobojoe/update-keymaps
Browse files Browse the repository at this point in the history
Update keymap images
  • Loading branch information
AntlerForce authored May 6, 2024
2 parents 5f51743 + 2faf22d commit 6df6ace
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 12 deletions.
Binary file added LuaMenu/images/keybinds/grid_keys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LuaMenu/images/keybinds/grid_keys_ALT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LuaMenu/images/keybinds/grid_keys_CTRL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LuaMenu/images/keybinds/legacy_keys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LuaMenu/images/keybinds/legacy_keys_ALT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LuaMenu/images/keybinds/legacy_keys_CTRL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
24 changes: 12 additions & 12 deletions LuaMenu/widgets/gui_keys_panel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ end
local keysWindow

local images = {}
images[1] = LUA_DIRNAME .. "images/keybinds_defaults/BAR_Keyboard_Shortcuts.png"
images[2] = LUA_DIRNAME .. "images/keybinds_defaults/BAR_Keyboard_Shortcuts_CTRL.png"
images[3] = LUA_DIRNAME .. "images/keybinds_defaults/BAR_Keyboard_Shortcuts_ALT.png"
images[4] = LUA_DIRNAME .. "images/keybinds_defaults/BAR_Keyboard_Shortcuts_GRID.png"
images[5] = LUA_DIRNAME .. "images/keybinds_defaults/BAR_Keyboard_Shortcuts_GRID_CTRL.png"
images[6] = LUA_DIRNAME .. "images/keybinds_defaults/BAR_Keyboard_Shortcuts_GRID_ALT.png"
images[1] = LUA_DIRNAME .. "images/keybinds/grid_keys.png"
images[2] = LUA_DIRNAME .. "images/keybinds/grid_keys_CTRL.png"
images[3] = LUA_DIRNAME .. "images/keybinds/grid_keys_ALT.png"
images[4] = LUA_DIRNAME .. "images/keybinds/legacy_keys.png"
images[5] = LUA_DIRNAME .. "images/keybinds/legacy_keys_CTRL.png"
images[6] = LUA_DIRNAME .. "images/keybinds/legacy_keys_ALT.png"

local imgCaptions = {}
imgCaptions[1] = "Default Keys"
imgCaptions[2] = "CTRL Keys"
imgCaptions[3] = "ALT Keys"
imgCaptions[4] = "Grid Keys"
imgCaptions[5] = "Grid CTRL Keys"
imgCaptions[6] = "Grid ALT Keys"
imgCaptions[1] = "Keys"
imgCaptions[2] = "CTRL Keys"
imgCaptions[3] = "ALT Keys"
imgCaptions[4] = "Legacy Keys"
imgCaptions[5] = "Legacy CTRL Keys"
imgCaptions[6] = "Legacy ALT Keys"

--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Expand Down

0 comments on commit 6df6ace

Please sign in to comment.