호환 : AutoHotkey v1
F3::
If A_OSVersion < "10.0.22000"
{
RegRead, tREG, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Explorer\Modules\GlobalSettings\Sizer, PageSpaceControlSizer
if (tREG = "c1000000000000000000000080070000") {
RegWrite, REG_BINARY, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Explorer\Modules\GlobalSettings\Sizer, PageSpaceControlSizer, c1000000010000000000000080070000
} else {
RegWrite, REG_BINARY, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Explorer\Modules\GlobalSettings\Sizer, PageSpaceControlSizer, c1000000000000000000000080070000
}
Send, !{UP}
Send, !{LEFT}
Return
}
Else If A_OSVersion >= "10.0.22000"
{
RegRead, tREG, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Explorer\Modules\GlobalSettings\Sizer, PageSpaceControlSizer
if (tREG = "a00000000000000000000000ec030000") {
RegWrite, REG_BINARY, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Explorer\Modules\GlobalSettings\Sizer, PageSpaceControlSizer, a00000000100000000000000ec030000
} else {
RegWrite, REG_BINARY, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Explorer\Modules\GlobalSettings\Sizer, PageSpaceControlSizer, a00000000000000000000000ec030000
}
Send, !{UP}
Send, !{LEFT}
Return
}
Return
일반 사용자용
오토핫키가 익숙하지 않은 일반 사용자 분들은,
1) 첨부한 exe 파일을 다운/실행하고
2) 탐색기에서 F3 키를 눌러보시면 됩니다.
※ 핫키 사용 중지 및 완전 종료 방법은 링크 내용을 확인하세요.
Hotkey 중지/종료
핫키를 사용을 중지하려면 작업표시줄에서 H 아이콘 우클릭 후 Suspend 또는 EXIT 버튼을 클립합니다...
blog.naver.com
'자주 묻는 질문' 카테고리의 다른 글
Microsoft Print to PDF 용지 추가 (0) | 2024.07.12 |
---|---|
PPT PDF 글자색 오류 - 검정색으로 변함 (0) | 2024.07.09 |
제어판 펜 및 터치 설정 오류 = 15299 (0) | 2024.06.15 |
제어판 펜 및 터치 설정 오류 = 0 (0) | 2024.06.14 |
포토샵 여러 사진 가져오기 - 레이어 순서 (0) | 2024.06.13 |