爱意满满的作品展示区。
vazo

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

  •  
  •   vazo · Oct 4, 2020 · 1600 views
    This topic created in 2051 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   ·   845 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 20:59 · PVG 04:59 · LAX 13:59 · JFK 16:59
    ♥ Do have faith in what you're doing.