Skip to content

Commit

Permalink
Add Reload (alt + r)
Browse files Browse the repository at this point in the history
  • Loading branch information
refirst11 committed Feb 3, 2023
1 parent 3f8cee1 commit 33c6db8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions macintosh-ahk_JIS
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@
; Ctrl + o
;

!r::Send ^{r} ; Reload / 再読み込み
;
; Alt + r
;

!+2::Send !{PrintScreen} ; Window screenshot in a clipboard / ウィンドウのスクリーンショットをクリップボードへ保存
;
; Alt + Shift + 2
Expand Down

0 comments on commit 33c6db8

Please sign in to comment.