4

I am using Wacom tablet with Onenote. When I move my pen inside the page, it defaults to pen mode. If I want to change to text mode I have to click the toolbar.

What is the shortcut for changing from pen mode to text mode?

It is so annoying, since whenever I am pasting something, it goes back to pen mode and I have to move my pen again to click into the text mode.

jonsca
  • 4,084
kaide
  • 41
  • 1
  • 1
  • 2

2 Answers2

4

In OneNote 2013, alt-d then p the ENTER gives you the pen. Alt-d then t gives you text mode. Using AutoHotkey you can bind these sequences of keys to any hotkey you like. Works for any other thing accessible via the menu as well.

1

To expand on GuoLiang's answer. There is an option to switch to the text cursor under the Menu Draw. Depending on your language settings in OneNote, the shortcuts might differ, but you can view them by pressing Alt and later (as a character sequence) the corresponding characters that are displayed under the menu.

Thus, in german layout, the following sequence works

Althp

to switch to the text cursor in OneNote 2016.

According to GuoLiang, the english version should be

Altdt

If this shortcut is too long for your taste, I recommend a tool like AutoHotkey to map your own combination to this sequence of keystrokes.

lucidbrot
  • 567