Windows標準のスクショ機能を試す
sta.iconのスクショはなんか荒い?らしい
---
Win+ Shift + Sでいけるらしい
ひかく
winshothttps://gyazo.com/20cff343c6531670227ba5a53dad20d6
winshifshttps://gyazo.com/7f3958c39385bc908249755c090f956d
わからないw
これ普通に知らなかった
winshotやめてこっちにしてみよう
ctrl + spaceを使いたいから、ahkどう修正するか
before
code:winshotのとき.ahk
; for winshot
^space::Send {PrintScreen}
after
code:これじゃダメか、おしっぱないしね.ahk
code:ダメだけど.ahk
^space::Send {Win down}{Shift down}s{Shift up}{Win up}
できたー
https://gyazo.com/ce2741de1e9586b9eb7ecd1e057f4e7b
code:.ahk
; win + shift + s の windows 標準のを使う!