thestrider
V2EX  ›  Windows

windows 上有没有通过快捷键来执行多个快捷键的软件?

  •  
  •   thestrider · Apr 20, 2021 · 2565 views
    This topic created in 1882 days ago, the information mentioned may be changed or developed.

    希望能找到个方法来执行“打开 OneNote 并且新建页面”这个操作,也就是打出 shift+win+N+ctrl+N 这 5 个键。

    (题外话,之所以不用 win+N 打开快速笔记是因为创建的笔记没有创建日期)

    但这样的话每次都要打 5 个键,所以想来问问各位有没有那种可以通过自定义的快捷键来执行以上快捷键的软件?

    (之前找了一下,看到有用快捷键来打开软件的软件,但还没找到能执行快捷键的)

    7 replies    2021-05-17 08:24:21 +08:00
    shower
        1
    shower  
       Apr 20, 2021
    AHK,Quicker
    B4a1n
        2
    B4a1n  
       Apr 20, 2021
    utools
    superrichman
        3
    superrichman  
       Apr 20, 2021 via iPhone
    autohotkey 自己写脚本
    或者直接用按键精灵录制🐶
    mmdsun
        4
    mmdsun  
       Apr 20, 2021 via Android
    Power Automate Desktop , Quicker
    snomiao
        5
    snomiao  
       Apr 21, 2021
    1. 安装 [AutoHotkey]( https://www.autohotkey.com/ )
    2. 复制下方代码保存为 OneNote 启动键.user.ahk 并双击打开

    #if ; OneNote 启动键.user.ahk 片段

    #n::
    SendEvent +#n
    WinWaitActive ahk_class Framework::CFrame ahk_exe ONENOTE.EXE
    SendEvent ^n
    Return

    3. 顺便安利我做的 CapsLockX 里面有很多针对 OneNote2016 的集成功能 https://capslockx.snomiao.com/
    thestrider
        6
    thestrider  
    OP
       May 17, 2021
    感谢大佬!
    thestrider
        7
    thestrider  
    OP
       May 17, 2021
    @thestrider 感谢大佬!
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5871 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 50ms · UTC 02:27 · PVG 10:27 · LAX 19:27 · JFK 22:27
    ♥ Do have faith in what you're doing.