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

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

  •  
  •   xx0219 · Sep 23, 2015 · 2937 views
    This topic created in 3875 days ago, the information mentioned may be changed or developed.

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

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

    5 replies    2016-10-13 15:12:26 +08:00
    Kisesy
        1
    Kisesy  
       Sep 23, 2015
    把键盘键扣下来,换过来
    kokutou
        2
    kokutou  
       Sep 23, 2015   ❤️ 1
    AUTOHOTKEY
    rock_cloud
        3
    rock_cloud  
       Sep 23, 2015   ❤️ 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
       Sep 25, 2015
    @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  
       Oct 13, 2016
    @xx0219 这么设置以后 s 键就无法使用了啊?
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   883 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 32ms · UTC 22:47 · PVG 06:47 · LAX 15:47 · JFK 18:47
    ♥ Do have faith in what you're doing.