Skip to content

Commit

Permalink
Changed area flip hotkey defaults to match Ahorn
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruor committed Oct 19, 2023
1 parent b03ddc5 commit 0a7eec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/defaults/config/hotkeys.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ local defaultHotkeys = {
-- Selection
itemsSelectAll = "ctrl + a",

itemAreaFlipVertical = "ctrl + shift + v",
itemAreaFlipHorizontal = "ctrl + shift + h",
itemAreaFlipVertical = "shift + v",
itemAreaFlipHorizontal = "shift + h",

-- Room Resizing
roomResizeLeftGrow = false,
Expand Down

0 comments on commit 0a7eec1

Please sign in to comment.