OneNote and Autohotkey – Useful Scripts

 

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

  1. 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!

  2. james  says:

    actually it isn’t Ctrl-SHift -[
    It is Ctrl SHIFT
    One increases the other decreases. I only found it by trial and error

  3. james  says:

    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

  4. 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

  5. Jamie  says:

    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

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Python OneNote是利用Python编程语言对Microsoft OneNote进行操作和管理的工具。OneNoteMicrosoft Office套件中的一款笔记和信息管理软件,而Python是一种高级编程语言,拥有简洁易学和强大的功能。 Python OneNote可以通过使用Microsoft Graph API(应用程序接口)来实现与OneNote的交互。Microsoft Graph API是微软提供的一组可用于访问其各种服务和数据的API集合,包括OneNote。通过Python OneNote,我们可以创建、编辑和删除OneNote笔记本、节和页面,也可以添加和删除页面内容,如文本、图像和表格等。 使用Python OneNote,我们可以利用Python的强大数据处理和分析能力对OneNote的内容进行自动化处理。我们可以编写程序来搜索、筛选和提取OneNote中的特定内容,如关键字、日期范围或特定格式的文本等。我们还可以利用Python的其他库和工具,如pandas和matplotlib,对从OneNote中提取的数据进行进一步的处理、分析和可视化。 Python OneNote还可以与其他Python库和框架结合使用,如web框架(如Flask或Django)和数据库(如MySQL或SQLite)。我们可以将OneNote中的数据与其他应用程序的数据进行集成和同步,实现更多的工作流程自动化和协同工作。 总之,Python OneNote是一个强大的工具,可以帮助我们更好地管理和处理OneNote中的信息和笔记,并将其与其他应用程序集成,实现更高效的工作和学习。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值