V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
爱意满满的作品展示区。
vazo

[ahk 脚本]关闭 chrome 标签页;inoreader 网页版标记全部为已读并跳转到新的分组,阅读上一篇文章,阅读下一篇文章.

  •  
  •   vazo · Oct 4, 2020 · 1573 views
    This topic created in 2043 days ago, the information mentioned may be changed or developed.
    SetTitleMatchMode, 2
    ;=====================
    ;ctrl+鼠标左键,关闭 chrome 当前标签
    ^LButton::Send, ^w
    ;=====================
    ;inoreader ctrl+鼠标右键,标记全部为已读并跳转到新的分组
    #IfWinActive, Inoreader
    ^RButton::
    Send, +a
    Send, +j
    Return
    #If
    ;=====================
    ;inoreader ctrl+滚轮向上,阅读上一篇文章
    #IfWinActive, Inoreader
    ^WheelUp::Send, k
    #If
    ;=====================
    ;inoreader ctrl+滚轮向下,阅读下一篇文章
    #IfWinActive, Inoreader
    ^WheelDown::Send, j
    #If
    ;=====================
    
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1001 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 19:23 · PVG 03:23 · LAX 12:23 · JFK 15:23
    ♥ Do have faith in what you're doing.