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
- 上次更新
- 3 年前 (2021年11月20日)
- 相关分类
- 许可证
- Mozilla 公共许可证 2.0
- 版本历史
添加到收藏集
MW 制作的更多扩展
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分