File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ()
Original file line number Diff line number Diff 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 }
390390end
You can’t perform that action at this time.
0 commit comments