We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafa3e1 commit fbf82e1Copy full SHA for fbf82e1
lua/dashboard/theme/hyper.lua
@@ -235,7 +235,9 @@ local function letter_hotkey(config)
235
end
236
237
238
- if shuffle then shuffle_table(unused_keys) end
+ if shuffle then
239
+ shuffle_table(unused_keys)
240
+ end
241
242
local unused_uppercase_keys = {}
243
-- A - Z
@@ -245,7 +247,9 @@ local function letter_hotkey(config)
245
247
246
248
249
- if shuffle then shuffle_table(unused_uppercase_keys) end
250
251
+ shuffle_table(unused_uppercase_keys)
252
253
254
-- Push shuffled uppercase keys after the lowercase ones
255
for _, key in pairs(unused_uppercase_keys) do
0 commit comments