Discussion:
Keyboard Shortcut to Change Font Ink Color?
(too old to reply)
mtbcpa
2009-04-26 14:32:45 UTC
Permalink
I do a lot of typing and I need to change the color of the ink back
and forth. I am looking for a keyboard short cut that would allow me
to select a different font color quickly. It doesn't seem like this
exists in OneNote? If not, does anyone have any suggestions for a
third-party app that might do this? Thanks!
Elizabeth
2009-04-26 19:19:01 UTC
Permalink
Keyborad short cut CTRL>SHIFT>F brings up the font menu - you can change
color from there. There is also a button on the formatting tool bar at the
top of the scren that allows you to highlight the text you want to change,
and change the color quickly and easily.
--
ElizabethM
Post by mtbcpa
I do a lot of typing and I need to change the color of the ink back
and forth. I am looking for a keyboard short cut that would allow me
to select a different font color quickly. It doesn't seem like this
exists in OneNote? If not, does anyone have any suggestions for a
third-party app that might do this? Thanks!
mtbcpa
2009-04-27 13:37:23 UTC
Permalink
Post by Elizabeth
Keyborad short cut CTRL>SHIFT>F brings up the font menu - you can change
color from there.  There is also a button on the formatting tool bar at the
top of the scren that allows you to highlight the text you want to change,
and change the color quickly and easily.  
--
ElizabethM
Post by mtbcpa
I do a lot of typing and I need to change the color of the ink back
and forth.  I am looking for a keyboard short cut that would allow me
to select a different font color quickly.  It doesn't seem like this
exists in OneNote?  If not, does anyone have any suggestions for a
third-party app that might do this?  Thanks!- Hide quoted text -
- Show quoted text -
Thanks! I definately knew about both of those, but with the frequency
that I change fonts for my job, I need something faster, believe it or
not. Something like ctrl+shift+r to change to red, and so forth. I
assume there is no wasy to create a custom keyboard shortcut like
that? I found the AutoHotKey scripting language that allows you to
create a hotkey for any menu item here:

http://lifehacker.com/316589/turn-any-action-into-a-keyboard-shortcut

unforutnately, it looks to me like pressing ctl-shift-f just brings up
the font bar on the right, and there is no other menu from there where
you can change the color of the font, so it looks like I am out of
luck again. Any suggestions would be appreciated.
unknown
2009-04-28 02:49:01 UTC
Permalink
It would be flaky, but you could possibly cobble up an autohotkey script to
do this:
1. select the text you want to change
2. open the format | font menu (CTRL+D)
3. press F6 to move focus to the font pane
4. press tab to go to the font color button
5. (here's where it gets really flaky) go right to the font color dropdown
and open it
6. navigate to the color (will vary script to script) and press ENTER

you could conceivably do this once for each color you want.

Let me know how it goes! If you get it working, post it somewhere as well.
Jordan Knight wrote a great script here:
http://it.knightnet.org.uk/2009/04/copy-and-paste-to-onenote-autohotkey.html
and I cross posted it here:
http://blogs.msdn.com/johnguin/archive/2009/04/02/a-really-great-tip-to-make-getting-information-into-onenote-much-easier.aspx

It would be great to see more of these get developed!
--
Thanks,
John Guin
OneNote Test Team
http://blogs.msdn.com/johnguin
Post by mtbcpa
Post by Elizabeth
Keyborad short cut CTRL>SHIFT>F brings up the font menu - you can change
color from there. There is also a button on the formatting tool bar at the
top of the scren that allows you to highlight the text you want to change,
and change the color quickly and easily.
--
ElizabethM
Post by mtbcpa
I do a lot of typing and I need to change the color of the ink back
and forth. I am looking for a keyboard short cut that would allow me
to select a different font color quickly. It doesn't seem like this
exists in OneNote? If not, does anyone have any suggestions for a
third-party app that might do this? Thanks!- Hide quoted text -
- Show quoted text -
Thanks! I definately knew about both of those, but with the frequency
that I change fonts for my job, I need something faster, believe it or
not. Something like ctrl+shift+r to change to red, and so forth. I
assume there is no wasy to create a custom keyboard shortcut like
that? I found the AutoHotKey scripting language that allows you to
http://lifehacker.com/316589/turn-any-action-into-a-keyboard-shortcut
unforutnately, it looks to me like pressing ctl-shift-f just brings up
the font bar on the right, and there is no other menu from there where
you can change the color of the font, so it looks like I am out of
luck again. Any suggestions would be appreciated.
Ben M. Schorr - MVP (OneNote)
2009-04-28 03:09:50 UTC
Permalink
AutoHotKey (free at http://www.autohotkey.com) is one of my favorite
tools and I've done a BUNCH of scripting in it. Though, to be fair,
most of my AutoHotKey scripts are for Outlook instead of OneNote....

--
-Ben-
Ben M. Schorr, MVP
Roland Schorr & Tower
http://www.rolandschorr.com
http://www.officeforlawyers.com
Author - The Lawyer's Guide to Microsoft Outlook 2007:
http://tinyurl.com/5m3f5q
Post by unknown
It would be flaky, but you could possibly cobble up an autohotkey script to
1. select the text you want to change
2. open the format | font menu (CTRL+D)
3. press F6 to move focus to the font pane
4. press tab to go to the font color button
5. (here's where it gets really flaky) go right to the font color dropdown
and open it
6. navigate to the color (will vary script to script) and press ENTER
you could conceivably do this once for each color you want.
Let me know how it goes! If you get it working, post it somewhere as well.
http://it.knightnet.org.uk/2009/04/copy-and-paste-to-onenote-autohotkey.html
http://blogs.msdn.com/johnguin/archive/2009/04/02/a-really-great-tip-to-make-getting-information-into-onenote-much-easier.aspx
It would be great to see more of these get developed!
--
Thanks,
John Guin
OneNote Test Team
http://blogs.msdn.com/johnguin
Post by mtbcpa
Post by Elizabeth
Keyborad short cut CTRL>SHIFT>F brings up the font menu - you can change
color from there. There is also a button on the formatting tool bar at the
top of the scren that allows you to highlight the text you want to change,
and change the color quickly and easily.
--
ElizabethM
Post by mtbcpa
I do a lot of typing and I need to change the color of the ink back
and forth. I am looking for a keyboard short cut that would allow me
to select a different font color quickly. It doesn't seem like this
exists in OneNote? If not, does anyone have any suggestions for a
third-party app that might do this? Thanks!- Hide quoted text -
- Show quoted text -
Thanks! I definately knew about both of those, but with the frequency
that I change fonts for my job, I need something faster, believe it or
not. Something like ctrl+shift+r to change to red, and so forth. I
assume there is no wasy to create a custom keyboard shortcut like
that? I found the AutoHotKey scripting language that allows you to
http://lifehacker.com/316589/turn-any-action-into-a-keyboard-shortcut
unforutnately, it looks to me like pressing ctl-shift-f just brings up
the font bar on the right, and there is no other menu from there where
you can change the color of the font, so it looks like I am out of
luck again. Any suggestions would be appreciated.
mtbcpa
2009-04-28 04:08:36 UTC
Permalink
Well, I got it going. AutoHotKey is really cool! I have never used
it before, but downloaded it today and had an .exe file created by
around 11:00 that allows me to change font colors on the fly between
red, green, blue and black. My only concern is that it is based on
keystrokes, so if other users don't have their toolbars set up exactly
like I do it won't work properly.

I gave it to my associate to have him install it and give it a try,
and after I figure out if it works for other users, and can document
how you need to have the toolbars set up, I will post it for anyone
who wants it.

By the way, I am an accountant, not a programmer (other than basic and
pascal about 20 years ago in high school and college), so that should
be a testimony to how easy and cool AutoHotKey is.

If you want it now regardless of how tested it is, just let me know.
unknown
2009-04-29 00:03:01 UTC
Permalink
I'd like to see them! Feel free to send them to me (you can email me from my
blog) and I can even post them there if you want.

Just let me know.
--
Thanks,
John Guin
OneNote Test Team
http://blogs.msdn.com/johnguin
Post by mtbcpa
Well, I got it going. AutoHotKey is really cool! I have never used
it before, but downloaded it today and had an .exe file created by
around 11:00 that allows me to change font colors on the fly between
red, green, blue and black. My only concern is that it is based on
keystrokes, so if other users don't have their toolbars set up exactly
like I do it won't work properly.
I gave it to my associate to have him install it and give it a try,
and after I figure out if it works for other users, and can document
how you need to have the toolbars set up, I will post it for anyone
who wants it.
By the way, I am an accountant, not a programmer (other than basic and
pascal about 20 years ago in high school and college), so that should
be a testimony to how easy and cool AutoHotKey is.
If you want it now regardless of how tested it is, just let me know.
iamrichard
2015-06-08 18:38:17 UTC
Permalink
Post by mtbcpa
Well, I got it going. AutoHotKey is really cool! I have never used
it before, but downloaded it today and had an .exe file created by
around 11:00 that allows me to change font colors on the fly between
red, green, blue and black. My only concern is that it is based on
keystrokes, so if other users don't have their toolbars set up exactly
like I do it won't work properly.
I gave it to my associate to have him install it and give it a try,
and after I figure out if it works for other users, and can document
how you need to have the toolbars set up, I will post it for anyone
who wants it.
By the way, I am an accountant, not a programmer (other than basic and
pascal about 20 years ago in high school and college), so that should
be a testimony to how easy and cool AutoHotKey is.
If you want it now regardless of how tested it is, just let me know.
Hi May I know how you made it?
I've been looking for that for a long time, but did not find a descent solution.

Thanks,
Ente
2015-06-17 09:33:00 UTC
Permalink
Since the group still pops up on Google search, I'll share my solution 6 years after it was raised. Tested with One Note 2013 and Autokey 1.1.22.2
Uses the internal One Note Key access shortcuts:

^y::
Send, !RAC{Down}{Down}{Down}{Down}{Down}{Down}{Down}{Left}{Enter}
Return

^<::
Send, !RAC{Down}{Down}{Down}{Down}{Down}{Down}{Down}{Down}{Up}{Left}{Enter}
Return

^+<::
Send, !RAC{Down}{Left}{Left}{Left}{Left}{Enter}
Return

Hope it is still useful to somebody.
Post by iamrichard
Post by mtbcpa
Well, I got it going. AutoHotKey is really cool! I have never used
it before, but downloaded it today and had an .exe file created by
around 11:00 that allows me to change font colors on the fly between
red, green, blue and black. My only concern is that it is based on
keystrokes, so if other users don't have their toolbars set up exactly
like I do it won't work properly.
I gave it to my associate to have him install it and give it a try,
and after I figure out if it works for other users, and can document
how you need to have the toolbars set up, I will post it for anyone
who wants it.
By the way, I am an accountant, not a programmer (other than basic and
pascal about 20 years ago in high school and college), so that should
be a testimony to how easy and cool AutoHotKey is.
If you want it now regardless of how tested it is, just let me know.
Hi May I know how you made it?
I've been looking for that for a long time, but did not find a descent solution.
Thanks,
t***@gmail.com
2015-06-23 12:03:17 UTC
Permalink
!y::

if WinActive("ahk_exe ONENOTE.exe"){

Send, !R
Sleep, 100
Send, ZXAC{Down}{Down}{Down}{Down}{Down}{Down}{Down}{Left}{Enter}

}
Return

^<::
if WinActive("ahk_exe ONENOTE.exe"){

Send, !R
Sleep, 100
Send, ZXAC{Down}{Down}{Down}{Down}{Down}{Down}{Down}{Down}{Up}{Left}{Enter}

}
Return

^+<::

if WinActive("ahk_exe ONENOTE.exe"){

Send, !R
Sleep, 100
Send, ZXAC{Down}{Left}{Left}{Left}{Left}{Enter}

}
Return

---
Small update so the key-binding only occurs in onenote and is usable in Fullscreen-Mode.
Post by Ente
Since the group still pops up on Google search, I'll share my solution 6 years after it was raised. Tested with One Note 2013 and Autokey 1.1.22.2
Send, !RAC{Down}{Down}{Down}{Down}{Down}{Down}{Down}{Left}{Enter}
Return
Send, !RAC{Down}{Down}{Down}{Down}{Down}{Down}{Down}{Down}{Up}{Left}{Enter}
Return
Send, !RAC{Down}{Left}{Left}{Left}{Left}{Enter}
Return
Hope it is still useful to somebody.
Post by iamrichard
Post by mtbcpa
Well, I got it going. AutoHotKey is really cool! I have never used
it before, but downloaded it today and had an .exe file created by
around 11:00 that allows me to change font colors on the fly between
red, green, blue and black. My only concern is that it is based on
keystrokes, so if other users don't have their toolbars set up exactly
like I do it won't work properly.
I gave it to my associate to have him install it and give it a try,
and after I figure out if it works for other users, and can document
how you need to have the toolbars set up, I will post it for anyone
who wants it.
By the way, I am an accountant, not a programmer (other than basic and
pascal about 20 years ago in high school and college), so that should
be a testimony to how easy and cool AutoHotKey is.
If you want it now regardless of how tested it is, just let me know.
Hi May I know how you made it?
I've been looking for that for a long time, but did not find a descent solution.
Thanks,
t***@gmail.com
2015-06-23 12:32:49 UTC
Permalink
Small update for full screen mode and limiting it only to ON.

!y::
if WinActive("ahk_exe ONENOTE.exe"){
Send, !R
Sleep, 100
Send, ZXAC{Down}{Down}{Down}{Down}{Down}{Down}{Down}{Left}{Enter}
}
Return
Post by Ente
Since the group still pops up on Google search, I'll share my solution 6 years after it was raised. Tested with One Note 2013 and Autokey 1.1.22.2
Send, !RAC{Down}{Down}{Down}{Down}{Down}{Down}{Down}{Left}{Enter}
Return
Send, !RAC{Down}{Down}{Down}{Down}{Down}{Down}{Down}{Down}{Up}{Left}{Enter}
Return
Send, !RAC{Down}{Left}{Left}{Left}{Left}{Enter}
Return
Hope it is still useful to somebody.
Post by iamrichard
Post by mtbcpa
Well, I got it going. AutoHotKey is really cool! I have never used
it before, but downloaded it today and had an .exe file created by
around 11:00 that allows me to change font colors on the fly between
red, green, blue and black. My only concern is that it is based on
keystrokes, so if other users don't have their toolbars set up exactly
like I do it won't work properly.
I gave it to my associate to have him install it and give it a try,
and after I figure out if it works for other users, and can document
how you need to have the toolbars set up, I will post it for anyone
who wants it.
By the way, I am an accountant, not a programmer (other than basic and
pascal about 20 years ago in high school and college), so that should
be a testimony to how easy and cool AutoHotKey is.
If you want it now regardless of how tested it is, just let me know.
Hi May I know how you made it?
I've been looking for that for a long time, but did not find a descent solution.
Thanks,
s***@gmail.com
2016-05-05 18:29:01 UTC
Permalink
Hi! Im trying to do the same but for outlook. Can you please post the code for it? Im nothing close to programmer at all, in fact im a paralegal! Im just trying to figure out how to make this happen! thank you in advance for your help.
n***@gmail.com
2017-07-31 01:33:30 UTC
Permalink
Hey! Could you please forward the script you used to get this feature?
All Computing
2020-11-05 17:10:37 UTC
Permalink
Hi, I was wondering what is the script you wrote and if you could please share it with me, I would like to use it for my setup.

Thanks

h***@gmail.com
2015-09-08 08:53:52 UTC
Permalink
Post by mtbcpa
I do a lot of typing and I need to change the color of the ink back
and forth. I am looking for a keyboard short cut that would allow me
to select a different font color quickly. It doesn't seem like this
exists in OneNote? If not, does anyone have any suggestions for a
third-party app that might do this? Thanks!
You might find that onetastic's macro fnction can help here:

https://omeratay.com/onetastic/docs/Getting_Started_What_are_Macros.html

I haven't used it for this particular function yet but I have form many others and it is fairly user friendly.
Loading...