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

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

  •  
  •   pig1983 · 2018-12-20 05:02:21 +08:00 · 3001 次点击
    这是一个创建于 1958 天前的主题,其中的信息可能已经有所发展或是发生改变。

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

    5 条回复    2018-12-20 13:02:03 +08:00
    Trim21
        1
    Trim21  
       2018-12-20 05:09:06 +08:00   ❤️ 1
    autohotkey
    loading
        2
    loading  
       2018-12-20 06:57:47 +08:00 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  
       2018-12-20 08:41:45 +08:00
    我用的是 WinHotKey Tray 这款软件
    noe132
        4
    noe132  
       2018-12-20 09:13:15 +08:00
    autohoykey
    我的定义是 win + "[" / "]"是音量加减
    #SC01A::Send {Volume_Down 1}
    #SC01B::Send {Volume_Up 1}
    pig1983
        5
    pig1983  
    OP
       2018-12-20 13:02:03 +08:00
    @loading great ,thanks
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5403 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 47ms · UTC 03:38 · PVG 11:38 · LAX 20:38 · JFK 23:38
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.