bilibiliLM
V2EX  ›  问与答

傲游浏览器按住右键+滚轮切换标签页如何在 chrome 实现?

  •  
  •   bilibiliLM · Jun 10, 2018 · 2187 views
    This topic created in 2936 days ago, the information mentioned may be changed or developed.

    尝试使用 autohotkey 模拟 CTRL+tab/CTRL+shift+tab,失败

    鼠标重新映射工具(x-mouse button control) ,一次只能选择一个按键进行映射

    如果有 Chrome 现成的插件自然是最好不过了 //

    3 replies    2018-06-11 16:19:08 +08:00
    noe132
        1
    noe132  
       Jun 10, 2018   ❤️ 1
    RButton & WheelDown::
    IfWinActive, ahk_exe chrome.exe
    {
    Send ^{Tab}
    }
    return

    RButton & WheelUP::
    IfWinActive, ahk_exe chrome.exe
    {
    Send ^+{Tab}
    }
    return

    ahk 没有问题。
    noqwerty
        2
    noqwerty  
       Jun 10, 2018
    推荐一波 WGestures,全局鼠标手势。
    bilibiliLM
        3
    bilibiliLM  
    OP
       Jun 11, 2018
    @noe132 朋友是什么系统呀,还有 AHK 版本,。我试了还是不行。不知道是不是有软件冲突
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2945 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 42ms · UTC 15:02 · PVG 23:02 · LAX 08:02 · JFK 11:02
    ♥ Do have faith in what you're doing.