Improve resizing in flameshot (#2931)
* Allow symmetrical resizing using arrow keys when pressing ctrl * Add feature to preserve aspect ratio while resizing selection window * Format according to clang-format
This commit is contained in:
@@ -113,6 +113,10 @@
|
||||
;TYPE_RESIZE_LEFT=Shift+Left
|
||||
;TYPE_RESIZE_RIGHT=Shift+Right
|
||||
;TYPE_RESIZE_UP=Shift+Up
|
||||
;TYPE_SYM_RESIZE_DOWN=Ctrl+Shift+Down
|
||||
;TYPE_SYM_RESIZE_LEFT=Ctrl+Shift+Left
|
||||
;TYPE_SYM_RESIZE_RIGHT=Ctrl+Shift+Right
|
||||
;TYPE_SYM_RESIZE_UP=Ctrl+Shift+Up
|
||||
;TYPE_SAVE=Ctrl+S
|
||||
;TYPE_SELECTION=S
|
||||
;TYPE_SELECTIONINDICATOR=
|
||||
|
||||
Reference in New Issue
Block a user