V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
pig1983
V2EX  ›  问与答

有啥办法在 win10 里自定义快捷键

  •  
  •   pig1983 · Dec 20, 2018 · 3431 views
    This topic created in 2694 days ago, the information mentioned may be changed or developed.

    win10 系统,ikbc 键盘,键盘的音量加减是 fn+F10 F11,太麻烦了,有啥办法能实现直接按 F10=FN+F10, 有啥这方面的软件,求推荐。

    5 replies    2018-12-20 13:02:03 +08:00
    Trim21
        1
    Trim21  
       Dec 20, 2018   ❤️ 1
    autohotkey
    loading
        2
    loading  
       Dec 20, 2018 via Android
    fn+f10,其实是键盘内部处理的,你的电脑只能接收到 标准键值 volup (其实是 16 进制,我就不查了)。电脑根本没有 fn 这个键的,fn 不是类似 ctrl 那种修饰键。

    可以使用楼上提到的 ahk 对 f10 进行处理。

    应该是这样,只要 3 行。

    F10::Volume_Up
    F11::Volume_Down
    F12::Volume_Mute


    https://autohotkey.com/docs/misc/Remap.htm
    https://www.autohotkey.com/docs/KeyList.htm
    VShawn
        3
    VShawn  
       Dec 20, 2018
    我用的是 WinHotKey Tray 这款软件
    noe132
        4
    noe132  
       Dec 20, 2018
    autohoykey
    我的定义是 win + "[" / "]"是音量加减
    #SC01A::Send {Volume_Down 1}
    #SC01B::Send {Volume_Up 1}
    pig1983
        5
    pig1983  
    OP
       Dec 20, 2018
    @loading great ,thanks
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   959 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 33ms · UTC 19:39 · PVG 03:39 · LAX 12:39 · JFK 15:39
    ♥ Do have faith in what you're doing.