Skip to content

Commit

Permalink
Submit refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
refirst11 committed Feb 10, 2023
1 parent 83ec50b commit a864857
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions macintosh-ahk_ANSI
Original file line number Diff line number Diff line change
Expand Up @@ -389,12 +389,12 @@ Return

#Up::Send !+{Up} ; Copy the selection range up / 選択範囲を上にコピー
;
; Win + ↑
; Win + Shift +
;

#Down::Send !+{Down} ; Copy the selection range down / 選択範囲を下にコピー
;
; Win + ↓
; Win + Shift +
;

!d::Send ^{d} ; Word selection / 単語一括選択
Expand Down
4 changes: 2 additions & 2 deletions macintosh-ahk_JIS
Original file line number Diff line number Diff line change
Expand Up @@ -389,12 +389,12 @@ Return

#Up::Send !+{Up} ; Copy the selection range up / 選択範囲を上にコピー
;
; Win + ↑
; Win + Shift +
;

#Down::Send !+{Down} ; Copy the selection range down / 選択範囲を下にコピー
;
; Win + ↓
; Win + Shift +
;


Expand Down

0 comments on commit a864857

Please sign in to comment.