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

Windows 怎么把 s + hjkl 当方向键用

  •  
  •   xx0219 · 2015-09-23 15:22:31 +08:00 · 2162 次点击
    这是一个创建于 3143 天前的主题,其中的信息可能已经有所发展或是发生改变。

    Windows 怎么把 s + hjkl 当方向键用

    要全局都能用的........

    5 条回复    2016-10-13 15:12:26 +08:00
    Kisesy
        1
    Kisesy  
       2015-09-23 15:27:57 +08:00
    把键盘键扣下来,换过来
    kokutou
        2
    kokutou  
       2015-09-23 15:34:17 +08:00   ❤️ 1
    AUTOHOTKEY
    rock_cloud
        3
    rock_cloud  
       2015-09-23 15:49:29 +08:00   ❤️ 1
    Win+L 不是锁屏么。。。
    顺便给出 AHK 代码
    #j::
    Send {Down}
    return

    #k::
    Send {Up}
    return

    #h::
    Send {Left}
    return

    #l::
    Send {Right}
    return
    测试 Win+L 会冲突啊~
    xx0219
        4
    xx0219  
    OP
       2015-09-25 10:27:20 +08:00
    @rock_cloud 谢啦 要的是 s 键 + hjkl 不是 win 建 + hjkl

    s & j::
    Send {Down}
    return

    s & k::
    Send {Up}
    return

    s & h::
    Send {Left}
    return

    s & l::
    Send {Right}
    return
    hxs
        5
    hxs  
       2016-10-13 15:12:26 +08:00
    @xx0219 这么设置以后 s 键就无法使用了啊?
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2297 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 08:34 · PVG 16:34 · LAX 01:34 · JFK 04:34
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.