OneNote and Autohotkey – Useful Scripts
来源:互联网 发布:最好拆卸软件 编辑:程序博客网 时间:2023/06/07 07:12
http://documentumcookbook.wordpress.com/2008/03/10/onenote-and-autohotkey-useful-scripts/
I have been tinkering with Microsoft OneNote 2007 of late. I love its simplicity and features, but hate the fact that it
does not support some of the common formatting hotkeys available in other Office Apps. So here are my Autohotkey scripts that provide a good substitute. Hope you will find them useful.
;CTRL+SHIFT+P activates the Font-size drop-down.
#IfWinActive, ahk_class Framework::CFrame
^]:: ;Increase font-size
Send, {CTRLDOWN}{SHIFTDOWN}p{SHIFTUP}{CTRLUP}{DOWN}{ENTER}
return
^[:: ;Decrease font-size
Send, {CTRLDOWN}{SHIFTDOWN}p{SHIFTUP}{CTRLUP}{UP}{ENTER}
return
^Space:: ; Reset the font style to normal
Send, ^c
;Set Font-size to 11
Send, {CTRLDOWN}{SHIFTDOWN}p{SHIFTUP}{CTRLUP}11{ENTER}
;This just removes the formatting and pastes again
;This can be improved further
wholeclipboard:=ClipboardAll
Clipboard=%Clipboard%
Send,^v
Clipboard:=wholeclipboard
return
^t:: ;Show borders of tables
Send, {ALTDOWN}b{ALTUP}h
return
!1:: ;Set Heading Style
Send, {CTRLDOWN}bu{CTRLUP}{CTRLDOWN}{SHIFTDOWN}p{SHIFTUP}{CTRLUP}15{ENTER}
return
!2:: ;Set Heading Style
Send, {CTRLDOWN}b{CTRLUP}{CTRLDOWN}{SHIFTDOWN}p{SHIFTUP}{CTRLUP}12{ENTER}
return
^h:: ;High light selection in Yellow
Send, {CTRLDOWN}{SHIFTDOWN}p{SHIFTUP}{CTRLUP} ;This will highlight the font-size
Send, {TAB 9}{ENTER} ; Moves to the highlight box and sends enter to highlight
return
#IfWinActive
5 Responses to OneNote and Autohotkey – Useful Scripts
- OneNote and Autohotkey – Useful Scripts
- Copy and Paste to OneNote (AutoHotKey script)
- AutoHotkey scripts for developers
- Useful scripts for DBA
- useful scripts for memo
- Order Management Useful Scripts
- Purchasing Useful Scripts
- WIP Useful Scripts
- Purchasing Useful Scripts .
- WIP Useful Scripts .
- Order Management Useful Scripts
- Order Management Useful Scripts
- General Ledger Useful SQL Scripts – Oracle Applications 11i
- General Ledger Useful SQL Scripts – Oracle Applications 11i
- General Ledger Useful SQL Scripts
- Here I put nontrivial MOLPRO scripts, which I found useful for me and other:
- Testing the AutoHotKey script for sending data to OneNote
- Using AutoHotKey to open a specific OneNote page
- PMD规则之String and StringBuffer Rules
- PMD规则之Security Code Guidelines
- 一个简单的makefile示例及其注释
- 有关Android线程的学习
- 关于ireport脚本的我自己的一部分总结
- OneNote and Autohotkey – Useful Scripts
- PMD规则之Type Resolution Rules
- 用Nohup命令让Linux下的程序在后台执行
- PMD规则之Unused Code Rules
- PHP变量的变量——可变变量
- 如何用标准的odbc sql接口访问wincc归档数据库
- 闲谈
- Smary模板应用30分钟入门教程
- C++中传值参数和引用参数和指针怎样区别?
Hello,
Actually, I have a tip for you. I’m a big fan as well as of AutoHotkey and OneNote. It’s stupid that the Ctrl-[ doesn’t increase the font like in MS Word, however, you don’t need to write an AutoHotkey script for that function. In OneNote 2007, it’s Ctrl-Shift- for increasing and decreasing fonts.
Hope this helps!
actually it isn’t Ctrl-SHift -[
It is Ctrl SHIFT
One increases the other decreases. I only found it by trial and error
realized previous poster was correct, but for some reason the web page does not display the character. Just use CTRL SHIFT and then the left or right arrow keys. Sorry for the double & meaningless post
I have discovered OneNote about a year ago, when I was working on a new web developing project.
The project was demanding for research and collecting information from many resources.
OneNote was the perfect solution for us.
Today we use only OneNote for our web developing projects and research.
Thank you for the interesting post.
Happy to learn new things every day.
Amit
Wish Onenote allowed some notes to be opened as sticky notes and in the same window location on the screen.
Guess I will have to keep using Post-it notes software by 3M