What app do you use to send this command? I would be interested in learning how this works and I will blog about it. Thanks!
"Brian" <bar11[ at ]cambridge.uk> wrote in message news:460527c8$0$8748$ed2619ec[ at ]ptn-nntp-reader02.plus.net...
[Quoted Text] > Like many other people, I miss the presence of styles in Onenote 2007, so > I use AutoHotKey to run a script which kind of gives the effect of styles. > > The script I have for Heading1 and Heading2 (achieved but pressing > Windows+1 and Windows+2) is: > > #1:: > Send {End}+{Home}^+P > Send 18{Enter}{End}{Enter} > Send ^+P > Send 11{Enter} > return > > #2:: > Send {End}+{Home}^+P > Send 14{Enter}{End}{Enter} > Send ^+P > Send 11{Enter} > return > > Hope someone else finds this useful. > > Brian
|