Skip to content

Commit

Permalink
Submit refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
refirst11 committed Jan 22, 2023
1 parent 94010b1 commit 0c488f4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
30 changes: 15 additions & 15 deletions macintosh-ahk_ANSI
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,6 @@
; Ctrl + Space
;

!+2::Send !{PrintScreen} ; Window screenshot in a clipboard
;
; Alt + Shift + 2
;

!+3::Send +{PrintScreen} ; Screenshot in a clipboard
;
; Alt + Shift + 3
;

!+4::Send {PrintScreen} ; Cropping capture
;
; Alt + Shift + 4
;

^b::Send {Left} ; ← Cursor back / カーソル左
;
; Ctrl + b
Expand Down Expand Up @@ -149,6 +134,21 @@
; Ctrl + o
;

!+2::Send !{PrintScreen} ; Window screenshot in a clipboard
;
; Alt + Shift + 2
;

!+3::Send +{PrintScreen} ; Screenshot in a clipboard
;
; Alt + Shift + 3
;

!+4::Send {PrintScreen} ; Cropping capture
;
; Alt + Shift + 4
;

!z::Send ^{z} ; Redo / 戻し
;
; Alt + z
Expand Down
30 changes: 15 additions & 15 deletions macintosh-ahk_JIS
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,6 @@
; Ctrl + Space
;

!+2::Send !{PrintScreen} ; Window screenshot in a clipboard
;
; Alt + Shift + 2
;

!+3::Send +{PrintScreen} ; Screenshot in a clipboard
;
; Alt + Shift + 3
;

!+4::Send {PrintScreen} ; Cropping capture
;
; Alt + Shift + 4
;

^b::Send {Left} ; ← Cursor back / カーソル左
;
; Ctrl + b
Expand Down Expand Up @@ -149,6 +134,21 @@
; Ctrl + o
;

!+2::Send !{PrintScreen} ; Window screenshot in a clipboard
;
; Alt + Shift + 2
;

!+3::Send +{PrintScreen} ; Screenshot in a clipboard
;
; Alt + Shift + 3
;

!+4::Send {PrintScreen} ; Cropping capture
;
; Alt + Shift + 4
;

!z::Send ^{z} ; Redo / 戻し
;
; Alt + z
Expand Down

0 comments on commit 0c488f4

Please sign in to comment.