How to set a new OneNote screenshot shortcut in Windows 8.1

Image representing Microsoft as depicted in Cr...

 

Since in Windows 8.1, the Window+S key is used for search, it overrides OneNote screenshot shortcut. For now, you can manually set a shortcut key to Windows + A for OneNote screenshot. You’ll have to change the shortcut key through your registry. (Note: Unintended changes in your registry can cause problems, so make sure you follow these instructions exactly.)

 

1. Use Windows + R to pull up this dialog, and type regedit.

 

regedit

 

2. Now in the folders on the left, navigate down this path:

 

HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\OneNote\Options\Other

 

Note: The path requires the specific version of Office. In the path above, 15.0 refers to Office 2013. If you’re using Office 2010, type 14.0 in place of 15.0 at the end of the path.  Replace 15.0 with 12.0 if you’re using Office 2007.

 

3. In the folder named Other, right-click the white space underneath the files in that folder and select New, then select DWORD (32-bit) Value.

 

DWORD dialog

 

4. In the text entry field that pops up, type ScreenClippingShortcutKey. You just created a new DWORD. (If you are in Office 12.0, this DWORD will already exist.)

 

5. Right click this DWORD and select Modify, then in the Value field, type 41.

 

Your new shortcut key has been assigned to Windows + A. Now log off and log on again and you should be all set!

 

Some very useful Eclipse PDT shortcut keys

Here are some most useful Eclipse PDT shortcut keys. Enjoy :)

Ctrl + M = maximize active view/editor

Ctrl + / = line comment

Ctrl + Shift + / = block comments

Ctrl + D = delete line

Alt + Up = move lines up

Alt + Down = move lines down

Shift + Enter = insert line below current line

Ctrl + Shift + Enter = insert line above current line

Ctrl + Shift + Y = to lower case

Ctrl + Shift + X = to upper case

Ctrl + Space = control assist

Ctrl + K = find next

Ctrl + Shift + K = find previous