
scroll-pg ์ ์์: MW
Scroll up n down with F1 and 2.
์ด ํ์ฅ ๊ธฐ๋ฅ์ ์ฌ์ฉํ๋ ค๋ฉด Firefox๊ฐ ํ์ํจ
ํ์ฅ ๋ฉํ ๋ฐ์ดํฐ
์ ๋ณด
Scroll page up & down with F1/2, to top withCtrl & F1and to bottom with Ctrl & F2.
Recommended to reassign these to your preferred input
to operate unfocused its suggested to use Autohotkey.
Eg Below:
f1::
PgUP::
winGetClass, Active_WinClass , A
mouseGetPos, , , Mouse_hWnd
winGetClass, Mouse_WinClass , ahk_id %Mouse_hWnd%
if ( Active_WinClass != Mouse_WinClass ) { ; unfocused
if (Mouse_WinClass in "MozillaWindowClass1,MozillaCompositorWindowClass1,Chrome_WidgetWin_1") {
ControlSend, ahk_parent, {f1}, ahk_class %Mouse_WinClass%
} else
ControlSend, ahk_parent, {f1}, ahk_class %Active_WinClass%
}
else ControlSend, ahk_parent, {f1}, ahk_class %Active_WinClass%
return
Recommended to reassign these to your preferred input
to operate unfocused its suggested to use Autohotkey.
Eg Below:
f1::
PgUP::
winGetClass, Active_WinClass , A
mouseGetPos, , , Mouse_hWnd
winGetClass, Mouse_WinClass , ahk_id %Mouse_hWnd%
if ( Active_WinClass != Mouse_WinClass ) { ; unfocused
if (Mouse_WinClass in "MozillaWindowClass1,MozillaCompositorWindowClass1,Chrome_WidgetWin_1") {
ControlSend, ahk_parent, {f1}, ahk_class %Mouse_WinClass%
} else
ControlSend, ahk_parent, {f1}, ahk_class %Active_WinClass%
}
else ControlSend, ahk_parent, {f1}, ahk_class %Active_WinClass%
return
ํ๊ฐ
๊ถํ๋ ์์๋ณด๊ธฐ
๋ค์ ๊ถํ ํ์:
- ๋ชจ๋ ์น์ฌ์ดํธ์์ ์ฌ์ฉ์์ ๋ฐ์ดํฐ์ ์ ๊ทผ
์ถ๊ฐ ์ ๋ณด
- ๋ฒ์
- 1.0
- ํฌ๊ธฐ
- 7.99 KB
- ๋ง์ง๋ง ์ ๋ฐ์ดํธ
- 4๋ ์ (2021๋ 11์ 20์ผ)
- ๊ด๋ จ ์นดํ ๊ณ ๋ฆฌ
- ๋ผ์ด์ ์ค
- Mozilla Public License 2.0
- ๋ฒ์ ๋ชฉ๋ก
๋ชจ์์ง์ ์ถ๊ฐ
MW ๋์ ๋ค๋ฅธ ํ์ฅ ๊ธฐ๋ฅ
- ์์ง ํ์ ์ด ์์ต๋๋ค
- ์์ง ํ์ ์ด ์์ต๋๋ค
- ์์ง ํ์ ์ด ์์ต๋๋ค
- ์์ง ํ์ ์ด ์์ต๋๋ค
- ์์ง ํ์ ์ด ์์ต๋๋ค
- ์์ง ํ์ ์ด ์์ต๋๋ค