Skip to content

Commit 96f5308

Browse files
committed
Adjust keybinds to avoid conflicts
1 parent a52850a commit 96f5308

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Template for new versions:
3333

3434
## Fixes
3535
- `gui/design`: designating a single-level stair construction now properly follows the selected stair type.
36+
- `gui/design`: adjusted conflicting keybinds, diagonal line reverse becoming ``R`` and bottom stair type becoming ``g``.
3637

3738
## Misc Improvements
3839

gui/design.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ function Design:init()
408408
widgets.CycleHotkeyLabel {
409409
view_id='stairs_bottom_subtype',
410410
frame={t=1, l=0},
411-
key='CUSTOM_SHIFT_B',
411+
key='CUSTOM_G',
412412
label='Bottom Stair Type:',
413413
visible=function()
414414
local bounds = self:get_view_bounds()

internal/design/shapes.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ function Diag:init()
384384
name = "Reverse",
385385
type = "bool",
386386
value = false,
387-
key = "CUSTOM_R",
387+
key = "CUSTOM_SHIFT_R",
388388
},
389389
}
390390
end

0 commit comments

Comments
 (0)