OneNote 365 (Family Edition) is not compatible with AHK

William504 1 Reputation point
2022-04-15T04:08:50.583+00:00

Operating System: Windows 10 Family Chinese Edition
Office Version: Microsoft 365 Family Edition
193331-image.png

My AHK script is as below

if GetKeyState("space", "P")

i:: Send {up}
j:: Send {left}
k:: Send {down}
l:: Send {right}

When keep pressing down the space bar, then press the keys ⌈ikjl⌋ to control the movement of the cursor ⌈up/down/left and right⌋, respectively.

This script works fine on some text editing softwares like Word, Notpad, and OneNote for Win 10 (i.e. UWP).

But on the OneNote 365, spaces + "i/k" to control the cursor "up and down" are disabled.

So the script failure problem should be with OneNote 365, hope you that you could modify this bug, thank you.

OneNote Management
OneNote Management
OneNote: A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.Management: The act or process of organizing, handling, directing or controlling something.
174 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ceasar Chen_MSFT 4,391 Reputation points
    2022-04-18T02:58:40.973+00:00

    Hi, @William504
    Welcome to the Q&A Forum. Regarding the compatibility of OneNote scripts, you can submit feedback to Welcome to Feedback or post under the feedback tag in the Q&A Forum。


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments