V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
chenqh
V2EX  ›  问与答

关于 ahk lalt 的问题

  •  
  •   chenqh · 1 天前 · 217 次点击

    lalt+p 的快捷键会导致自动多按了 lcontrol 键,不知道为什么,有人遇到过吗?

    我现在 lalt+p 里面什么也不做,在查看 key history 的时候发现多了 lcontrol 键,这东西能去掉吗?

    第 1 条附言  ·  1 天前
    或者说问另外一个问题

    关于浏览器的 Ctrl +{WheelDown} 会导致浏览器 zoom 变化,怎么去掉这个快捷键呢?没有找到啊.

    因为我按 alt+p, 那个 ctrl 也会触发,不知道怎么回事了,导致触发了 ctrl + wheelDown 快捷键.
    8 条回复    2025-01-07 17:16:15 +08:00
    loading
        1
    loading  
       1 天前   ❤️ 1
    能贴代码吗
    chenqh
        2
    chenqh  
    OP
       1 天前
    @loading

    什么都不做.

    ```
    LAlt & p:: {
    ;movePageDown()
    }
    ```
    我都注释了的,等下,我搞个新脚本试一下先.
    chenqh
        3
    chenqh  
    OP
       1 天前
    @loading


    ```
    A4 038 d 9.17 LAlt Text Editor2 超猛了?.rst - book [SSH: 192.168.33.10] - Visual Studio Code [Administrator]
    50 019 h d 0.38 p
    50 019 s u 0.17 p
    A4 038 u 0.17 LAlt
    A2 01D i d 0.00 LControl
    A2 01D i u 0.00 LControl
    ```

    全新脚本

    ```
    #Requires AutoHotkey v2.0

    LAlt & p:: {
    OutputDebug("test")
    }
    ```

    什么也没做.
    loading
        4
    loading  
       1 天前   ❤️ 1
    在我这里也复现了。
    我甚至用 v1
    ```
    !p::
    Send a
    Return
    ```
    也会出现。
    old9
        5
    old9  
       1 天前   ❤️ 1
    > Pressing a hotkey which includes Alt may result in extra simulated keystrokes (Ctrl by default). See #MenuMaskKey.

    https://www.autohotkey.com/docs/v1/lib/_MenuMaskKey.htm [v1.0.90+]
    chenqh
        7
    chenqh  
    OP
       1 天前
    @old9
    @loading

    我试试
    chenqh
        8
    chenqh  
    OP
       1 天前
    确实好了.
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1021 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 19:53 · PVG 03:53 · LAX 11:53 · JFK 14:53
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.