V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
thestrider
V2EX  ›  Windows

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

  •  
  •   thestrider · 2021-04-20 17:55:20 +08:00 · 1454 次点击
    这是一个创建于 1073 天前的主题,其中的信息可能已经有所发展或是发生改变。

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

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

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

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

    7 条回复    2021-05-17 08:24:21 +08:00
    shower
        1
    shower  
       2021-04-20 18:01:58 +08:00
    AHK,Quicker
    B4a1n
        2
    B4a1n  
       2021-04-20 18:08:09 +08:00
    utools
    superrichman
        3
    superrichman  
       2021-04-20 18:18:35 +08:00 via iPhone
    autohotkey 自己写脚本
    或者直接用按键精灵录制🐶
    mmdsun
        4
    mmdsun  
       2021-04-20 19:20:27 +08:00 via Android
    Power Automate Desktop , Quicker
    snomiao
        5
    snomiao  
       2021-04-21 18:33:24 +08:00
    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
       2021-05-17 08:23:52 +08:00
    感谢大佬!
    thestrider
        7
    thestrider  
    OP
       2021-05-17 08:24:21 +08:00
    @thestrider 感谢大佬!
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2716 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 34ms · UTC 15:32 · PVG 23:32 · LAX 08:32 · JFK 11:32
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.