I prefer to read documents with color inversion (my eyes don't like white backgrounds). But I found it annoying to click the magnifier and check/uncheck the option. Can I do this with a shortcut?
4 Answers
When Magnifier is turned on (it can be minimized), then Ctrl + Alt + I toggles color inversion. Quite handy.
Yup.
It's Left_Alt + Left_Shift + Print_Screen.
Have fun.
*This command does not invert all colors, it turns on "high contrast" settings, which inverts the colors of some parts of the screen, but not at all, only the main text parts of Microsoft made applications.
Magnifier allows you to invert all colors on the screen like a mac does, but there is no shortcut for that when the Magnifier program is not open.
- 2,390
- 19,329
If you need a 1 key toggle to flip for viewing images do this:
- Download AutoHotKey - free.
- Alter the script file in the app to shortcut the windows shortcut to being the context menu button.
Put this code in the script file and put a white sticker over the button. Great for minor visual problems.:
AppsKey::Send ^!{i}
Has saved big hassle fiddling for three keys. If you can spare a button go for it.
All it means is when I press the Appskey, to virtually press Ctrl+Alt+I. Look at documentation to change the key you assign.
- 24,640
Update. Windows7. you can pin it to the task bar and minimize it so it does not have an open window and than shift+alt+I works just like Mac. It doesn't use up a lot of memory so it is always open on mine.
- 1