- Added full and region screenshots to Windows. Updated setup.py for Windows.

This commit is contained in:
Ben Reaves
2020-05-07 20:16:40 -05:00
parent 32111fe5a4
commit 3ac264ea99
2 changed files with 51 additions and 44 deletions

View File

@@ -34,6 +34,12 @@ RWin & Tab::Send ^{Tab}
; Close Apps
^q::Send !{F4}
; Full Screenshot
^+3::Send {PrintScreen}
; Region Screenshot
^+4::Send #+{S}
; wordwise support
$^Left::Send {Home}
$^+Left::Send +{Home}