Keyboard shortcut for "Use grayscale" ?

In my workflow I need to turn on and off greyscale a lot. Does anybody know a keyboard shortcut to do that?
Going to System Preferences > Universal Access > and click "Use grayscale" is a bit annoying.
I know there's a shortcut for "Switch to black-on-white", so why not for "Use grayscale" ?
Thanks in advance for any hints.

I think, the only way to add a shortcut for "Use grayscale" is to create an Applescript, that will be launched by a 3rd Party Hotkey-Manager application like Butler, Quicksilver or others.
Because you can´t script the "Universal Access" pane directly, you have to realize it with a special kind of Applescript, called UI-Scripting.
So first of all, if you will give it a try, open "Universal Access" and "enable access for assistive devices". This will be necessary to make UI-Scripting work!
I do not know the correct Applescript terminology, but this will work:
tell application "System Preferences"
activate
reveal first anchor of pane "com.apple.preference.universalaccess"
delay 1
tell application "System Events"
tell process "System Preferences"
keystroke tab
keystroke tab
keystroke tab
keystroke tab
keystroke tab
keystroke tab
keystroke tab
keystroke space
end tell
end tell
quit
end tell
Most of this 3rd Party apps like Butler can run this Applescript directly.
Or open the script in ScriptEditor.app and save it as an application(-bundle). Drag this application then to your dock and run it from there.
Spażek

Similar Messages

  • Keyboard shortcut for using the color picker in another application

    Hi, I'm new here. My first post.
    I remember there were a keyboard shortcut in Ps for using the color picker in another application. For example picking a color in a web browser. I just don't remember the keyboard shortcut. Anyone know it?
    Regards,
    Leif

    Thanks! This was the method I was looking for. Unfortunately it doesn't work when I drag the eyedropper to a browser window on a secondary monitor. Maybe it has to do with my setup, Mac/Mavericks and Ps CC 2014. Anyway thanks for your help, you gave me the answer I was looking for.
    //  Leif

  • Is there a list of keyboard shortcuts for Win 7 using the MacBook Pro keyboard ?

    Is there a list of keyboard shortcuts for Win 7 using the MacBook Pro keyboard ?

    See > http://support.apple.com/kb/HT5636

  • Use Shell Script to create a keyboard shortcut for a installed Service

    I'm not even sure if this is possible, but I hope someone out there has an answer!
    I have an automator Application that I'm using to install a service to my Mac(will be deploying this to hundreds more). Id like to have this Application contain a Shell script that sets up a keyboard shortcut for the service after it is installed.
    Anyone know how to do that?

    You need automator to create services, as detailed in http://discussions.apple.com/thread.jspa?threadID=2241804 a four-parter by Sal Saghoian on *Automation in Snow Leopard*
    This, describes old and new automator—services stuff:
    http://www.reynoldsftw.com/2009/08/automator-and-finder-interactions-in-os-x-10- 6/
    Alternatively, just save the script
    *+tell application "Firefox" to activate+*
    as an app, put it on the Dock, and click it to activate it. However, seems simpler just to put the FF icon on the Dock and a single click launches it. Why would you want a service or AS to do the same thing?

  • How to change keyboard shortcut for cycle through open tabs in PS and AI CC 2014

    I would love to set my own keyboard shortcuts for cycling through open tabs in PS and AI 2014 on OS X. I found out that this can be achieved with ctrl+tab in PS, but I couldn't manage to make any of the suggestions in the forum work for AI. As said, I would like to set a more "standard" shortcut like alt+cmd+arrow-keys for both of the apps. If that shouldn't be possible, does anyone know a shortcut in AI CC 2014?
    Many thanks!
    Amadeus

    Thanks! The shortcut can be set like this in AI, although all key combinations I would want to use are not allowed. Too bad. But anyways, thank you very much for the tip!
    cmd+~ is not an option for me, I guess, since the swiss/german keyboard layout has no dedicated tilde key.
    So, I have a working shortcut in PS (ctrl+tab / of which I still don't know how to change, if possible at all) and thanks to you, I can now set one in AI as well. Unfortunately, I can not set it to be identical as in PS, since the "cmd" key needs to be included in AI's shortcut assignment dialogue, but I guess, this is as good as it gets.

  • How do I generate a list of keyboard shortcuts for any given application

    I want to generate a list of keyboard shortcuts for all of the applications I have on my Mac. I want the list to be a simple text (or rtf) file that I can edit and organize. (By edit, I don't mean change the shortcuts, only the report of them.)
    I was using Key Cue, but it does not let me save the list to a text file.
    I want this for several purposes. One is to have a easy to reference list of shortcuts to learn. Another is to find unused key combinations that I can use for my own keyboard shortcuts that I create with DefaultKeyBinding.dict.
    Note: The program doesn't have to an OS X app. A program that runs from a shell without a GUI is plenty adequate.
    If there is a way to read the keyboard commands from a plist list or other such file, and any of you know the format for these or where I can find them, I can write a Perl script myself to do it.

    Well, the info is stored in...
    /Users/YourUserName/Library/Preferences/com.apple.universalaccess.plist
    PlistPro has a way to convert it to ASCII, but you'll srtill have work to do, as...
    {enabled = 1; key = 20; modifier = 1179648; sybmolichotkey = 28; },
    {enabled = 1; key = 20; modifier = 1441792; sybmolichotkey = 29; },
    {enabled = 1; key = 21; modifier = 1179648; sybmolichotkey = 30; },
    {enabled = 1; key = 21; modifier = 1441792; sybmolichotkey = 31; },
    {enabled = 0; key = 28; modifier = 1572864; sybmolichotkey = 15; },
    {enabled = 0; key = 27; modifier = 1572864; sybmolichotkey = 19; },
    {enabled = 0; key = 24; modifier = 1572864; sybmolichotkey = 17; },
    {enabled = 0; key = 47; modifier = 1835008; sybmolichotkey = 25; },
    {enabled = 0; key = 43; modifier = 1835008; sybmolichotkey = 26; },
    {enabled = 0; key = 28; modifier = 1835008; sybmolichotkey = 21; },
    {enabled = 0; key = 96; modifier = 1048576; sybmolichotkey = 59; },
    {enabled = 1; key = 122; modifier = 262144; sybmolichotkey = 12; },
    {enabled = 0; key = 120; modifier = 262144; sybmolichotkey = 7; },
    {enabled = 0; key = 99; modifier = 262144; sybmolichotkey = 8; },
    {enabled = 0; key = 118; modifier = 262144; sybmolichotkey = 9; },
    {enabled = 0; key = 96; modifier = 262144; sybmolichotkey = 10; },
    {enabled = 0; key = 97; modifier = 262144; sybmolichotkey = 11; },
    {enabled = 1; key = 50; modifier = 1048576; sybmolichotkey = 27; },
    {enabled = 1; key = 98; modifier = 262144; sybmolichotkey = 13; },
    {enabled = 1; key = 50; modifier = 1572864; sybmolichotkey = 51; },
    {enabled = 1; key = 100; modifier = 262144; sybmolichotkey = 57; },
    {enabled = 1; key = 17; modifier = 1572864; sybmolichotkey = 50; },
    {enabled = 1; key = 2; modifier = 1572864; sybmolichotkey = 52; },
    {enabled = 0; key = 105; modifier = 0; sybmolichotkey = 32; },
    {enabled = 0; key = 109; modifier = 0; sybmolichotkey = 33; },
    {enabled = 0; key = 103; modifier = 0; sybmolichotkey = 36; },
    {enabled = 0; key = 109; modifier = 0; sybmolichotkey = 62; },
    {enabled = 0; key = 49; modifier = 1048576; sybmolichotkey = 60; },
    {enabled = 0; key = 49; modifier = 1572864; sybmolichotkey = 61; },
    {enabled = 1; key = 2; modifier = 1310720; sybmolichotkey = 70; },
    {enabled = 1; key = 49; modifier = 1048576; sybmolichotkey = 64; },
    {enabled = 1; key = 49; modifier = 1572864; sybmolichotkey = 65; },
    {enabled = 0; key = 53; modifier = 1048576; sybmolichotkey = 73; },
    {enabled = 1; key = 107; modifier = 0; sybmolichotkey = 53; },
    {enabled = 1; key = 113; modifier = 0; sybmolichotkey = 54; }

  • How do I change the keyboard shortcut for Cycle through open documents in PS CC for Mac?

    Sorry to bug the community with such a seemingly inconsequential task, but I am seriously tired of using the awkward default keyboard shortcut for cycling through open docs in PS.  I'd like to change it to what I am used in in Chrome, which is Cmd+Option+[left] or {right} arrow keys.  I noticed this is not a command listed in the in keyboard shortcuts, for whatever reason.  Where on Earth can I change this? 
    If it is not possible to do it by default, is there a plug-in or a change to the code that will allow this basic functionality? 
    Thanks again guys and gals!

    As far as I know, you can't. It's "hard wired" in.  Not even Edit > Keyboard Shortcuts is allowed  to change it.
    However I did find this tip:
    Anyway i never found tabs in Adobe application useful, instead i prefer the old school method: simply switch off tabs feature via illustrator/ preferences/ user interface/ open documents as tabs. Then in Mac preferences panel, under keyboard, just search for the “focus on next application window” field (under menu, keyboard and text) and assign a shortcut if the default option doesn't fit you. And there is now you can easily switch between open documents!.
    The best part of this is that it can be used in all mac applications, not only Adobe ones. And remember, if you want this working on Indesign, Photoshop, etc be aware of first switch off the tab features so that the system could “see” multiple documents opened not only one single tabbed document.
    Gene

  • Keyboard shortcuts for text selection not working in Flash CC

    In the new Code Editor in Flash CC running on Mac OS X, most standard Keyboard Shortcuts for traversing through the text work as expected (as the Operating System works globally) but there is one that doesn't and it's I think the most important one.
    Hitting "OPTION + SHIFT + [right or left arrow keys]" to select words doesn't work. Hitting "OPTION + [right or left arrow keys]" works as expected, moving the cursor to the next word or break point, but adding shift doesn't do the selection.
    I don't understand why this changed since it's a basic OS global shortcuts, and every other program behaves the way it should. Flash CS6 running on the same system behaves fine, but Flash CC doesn't. If you have ever written code, you know that any second that a programmers hand doesn't have to leave the keyboard to search for the mouse is invaluable, and this has forced me to stop using Flash CC and use Flash CS6 to edit my Action Script classes becuase it's unusable otherwise.
    These shortcuts are also not listed in the keyboard shortcuts for the program, so I can't change the default behavior. Does anybody know if there's a way to set it back to the way it was before, or just disable special text shortcuts so that selecting text behaves like any other application in the operating system?
    System Configuration:
    Flash CC
    Mac OSX 10.8.5

    Amy~ Yep the lasso tool was what I verified with another user. 'L' seems to be bound indefinitely to loop through different types of lasso tools and it was annoying them because they just wanted L to be the regular freehand lasso. I removed 'L' from being an option on the polygon lasso and even set it explicitly to SHIFT+L as well as set the lasso tool to a completely different keyboard combo. 'L' still cycled through lassos haha. It needs some fixes.
    fertolg~ At least you have a workaround for now. I'd go nuts if I couldn't use keyboard text selection writing code, oy! You're welcome and if you're all set please mark correct so we can filter unanswered. Good luck!

  • What is the keyboard shortcut for extract page?

    There used to be a series of keyboard shortcuts for page manipulation (and other) - using acrobat 9 till recently. Now new to Acrobat XI Pro (Windows 8.1). I can see the shortcuts for insert & delete page but not for extract page (and other). Am I missing something? The keyboard shortcuts are a must for speed and a healthy right wrist.
    Thank-you for your time.

    There isn't a direct way of doing it, but you can "hack" it using a script. Create a folder-level script with this code:
    app.addMenuItem({cName: "MyExtractPages", cUser: "E&xtract Pages", cParent: "Edit",
        cExec: "app.execMenuItem(\"ExtractPages\");", cEnable: "event.rc = (event.target!=null)"});
    This will add a new menu item to the Edit menu which you could access using the following keyboard shortcut: Alt+E, X

  • What is the keyboard shortcut for scrolling page down? In Pages, Safari, etc... Just a single page/ screen view, not all the way to the bottom.  Thank you.

    Trying to navigate the screen without my mousepad.  I have carpal tunnel and early stage arthritis and cannot repeatedly make the appropriate motions to scroll with two fingers.  Is there a keyboard shortcut for scrolling up and down line by line or page by page? 
    Thank you.

    Yeah. sorry. those are not correct. ctrl N + P are for home and end line shortcuts. Ctrl V does go down one line.  But CTRL arrow up or down do not work in Safari.  But thank you very much for the attention and the time...
    Note from my first post above -- I did not say to use CTRL arrow in Safari:
    For Safari:
    Scroll down a line: down arrow
    Scroll down a screen: option down arrow
    Note from my second post above and from the first link I gave that  Control N, P, and V worked for me in Pages as described in the link and in my post:
    The link to shortcuts that I gave abaove includes Control N, P, and V for move down a line, up a line and down a page and those seem to work in Pages.

  • Keyboard shortcuts for IC webclient CRM5.0

    Hi,
    following the procedure on help.sap, i am trying to active the keyboard shortcuts for IC Webclient screen.
    here are the steps i followed, but i could not see any shortcuts working....
    what am i missing?
    http://help.sap.com/saphelp_crm50/helpdata/en/3f/8e178a952c4f60bf575eca13877dd1/frameset.htm
    Activate and define shortcuts
    i        Activate shortcuts
    By default, shortcut keys are deactivated. If you want to use shortcuts, you must first activate them by choosing Default Navigation Bar.
    ii        Change shortcuts
    You can define your own shortcut keys by deleting the key that appears in column Shortcut and entering the key of your choice.
    iii        Display shortcuts in application
    If you want the shortcut keys to be displayed in the application, choose Show Keyboard Navigation Shortcuts in Menu.
    what i am looking for is keyboard shortcuts like, F4 or F8 we use in CRM GUI, these will be for use by end users (agents of IC) for creating order entries and other functions....
    Thanks in adv,
    points will be rewarded

    Hello,
    Maybe a silly remark but if you define shortcut "K" for entry X you can use the shortcut by pressing ESC + K. In other words, you should always use the ESC in combination with the choosen shortcut.
    Hope this solves your problem!
    Rewards points if useful,
    Regards,
    Joost

  • Customized keyboard shortcuts for microsoft Word not working

    Hi,
    My Macbook Pro retina 15' with an updated Yosemite iOS 10.10.1 has an american keyboard. I am trying to create keyboard shortcuts for brazilian accent marks to use in Microsoft Word. I went to "system preferences", "keyboard", "shortcuts", "App Shortcuts", added Microsoft Word and, for the brazilian accent mark " ˜ ", which in the original keyboard is obtained with "option+n", I set the shortcut "option+left arrow".
    It just does not work. I created other shortcuts for other brazilian accent marks with the other arrows + control but none of them worked.
    Can anyone tell me what went wrong?
    Thanks!

    Amy~ Yep the lasso tool was what I verified with another user. 'L' seems to be bound indefinitely to loop through different types of lasso tools and it was annoying them because they just wanted L to be the regular freehand lasso. I removed 'L' from being an option on the polygon lasso and even set it explicitly to SHIFT+L as well as set the lasso tool to a completely different keyboard combo. 'L' still cycled through lassos haha. It needs some fixes.
    fertolg~ At least you have a workaround for now. I'd go nuts if I couldn't use keyboard text selection writing code, oy! You're welcome and if you're all set please mark correct so we can filter unanswered. Good luck!

  • CS6 will not save keyboard shortcut for dust & scratches filter

    I am running Photoshop CS6 with all updates on a Windows 8 system.  I have several keyboard shortcuts set up that all work fine but when I assign a keyboard shortcut for the dust & scratches filter it will work until I close Photoshop - when I then open Photoshop again this shortcut is gone but all my other shortcuts remain.
    I have tried going back to the default keyboard shortcuts and then adding just the shortcut for dust & scratches (I have tried ctrl-F8 and several others) and then closing Photoshop and opening it again with the same results.  I was able to add back all of my other shortcuts and they work fine.
    For some reason I can assign a keyboard shortcut to anything except the dust & scratches filter.
    Can anyone shed some light on this problem?
    Thanks

    I had a chance to try the script on a windows 8 machine running photoshop cs6 13.01 in both photoshop cs6 versions 32 and 64 bit and shortcuts seem to stay between restarts.
    If in photoshop cs6 you go to File>Scripts you can see that the script is actually listed?
    When i saved the script out of ExtendScript Toolkit i named it Dust and Scatches.jsx.
    Did you run ExtendScript Toolkit as an administrator before saving the script?
    (right click on the ExtendScript Toolkit shortcut (tile) and choose Run as Administrator)
    Saved to:
    C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Presets\Scripts
    (cs6 32 bit)
    and
    C:\Program Files\Adobe\Adobe Photoshop CS6\Presets\Scripts 
    (cs6 64 bit)
    Another possibilty if you can't get the script to work is using an action (Filter>Dust and Scratches) and assigning a function key for the shortcut.

  • How to enable keyboard shortcuts for configuration entry point?

    Hello All,
        In my process model, I have a configuration entry point sequence (sequence). I can able to select the corresponding entry from the menu bar ie. configure --> options (for eg). Now I need to have a keyboard shortcut for the same. In my case if I press (for eg) ctrl+w, the configuration entry point sequence must be called.
    Note - I have to do this using .NET programmatically.
    Is there any way I can incorporate this mechanism...?
    Thanks
    Arun

    Hello Arun,
    At this time there is not anyway to customize the keyboard shortcut keys for menu items you add to the TestStand sequence editor.  R&D is looking into implementing this in a future version of TestStand.  I'll pass along your feedback to them, and let them know there are others interrested in this feature.
    Kristen
    National Instruments

  • What's the keyboard shortcut for entering time and date?

    Is there a keyboard shortcut for entering time and date?
    Hopefully one which would work in any application.
    Thank you.

    None is built-in. You can use any number of third-party utilities for creating macros. For example:
    1. TypeIt4Me
    2. TextExpander
    3. Typinator
    4. AutoTyper (part of Automaton)
    Any of the above are excellent choices. Demo/Trial downloads are found at CNet Downloads or MacUpdate.

Maybe you are looking for

  • Dynadock WUXGA monitor resolution

    I have a SAMSUNG 730U3E laptop connected to the Toshiba Dynadock U3.0 and have several hardware items connected to the dynadock like network cable, wireless mouse and keayboard and BenQ 24" WUXGA monitor. I haven't updated my drivers since January 20

  • Procedure or package

    regarding execution matter which one is faster procedure or package and why

  • Rendering 3D data

    Hi, We want to display 3D oracle spatial data on web stored in Oracle 11G. It seem the current version of oracle mapviewer doesn't support this. Does future release of oracle mapviewer supports this functionality? Also please suggest me if any other

  • Exporting multiple sequences from Premiere with Match Sequence Settings...

    If I individually select a sequence in Premiere and Export Media I have the option of checking Match Sequence Settings but with multiple sequences selected the option goes away. So I have to individually select the sequence, check the Match Sequence

  • Memo vs.. Memo Pad

    First time BB user who switched from Palm Treo! Enjoy the BB Storm experience. A question though - when my Memos where synced from Outlook to the Blackberry, I am not sure where to find them on the blackberry! I looked in Memopad but they are not the