[SOLVED] remapping keyboard shortcut to paste primary X selection

i recently found out that the keyboard shortcut shift+ins can be used to paste the primary X selection. Where can i set a different shortcut to paste the selection? or do i have remap the desired combination to shift+ins?
ccc1
Last edited by ccc1 (2013-03-25 17:20:30)

Procyon wrote:Yeah it's not very solid, you could try xdotool key --clearmodifiers Shift+Insert, but I find that works less well, and also note that when the mouse is out of the text field, middle clicking doesn't paste either (same for pressing shift+insert when the mouse isn't over the terminal).
i already tried the "xdotool key Shift+Insert" variant and it is, as you said, pretty unreliable. one has to press the keyboard shortcut 5 times to paste. the most elegant solution would be of course to hack the X source code, but i have no idea where the shortcut is defined and if i want to recompile X everytime the version is bumped

Similar Messages

  • Difficulty remapping keyboard shortcuts on OSX

    Pretty obscure problem here. I am trying to use the little-known OSX built-in method of remapping keyboard shortcuts (System Preferences>Keyboard>Keyboard Shortcuts>Application Shortcuts) to customize things, specifically to add a shortcut to access the add-ons menu. I did this a few weeks ago and I see my shortcut next to the menu item, but triggering the shortcut never opens it up. I see the Tools menu flash, but nothing ever really happens.
    As far as I know, the problem isn't exclusive to the Add-ons item. I have also noticed this same problem with Thunderbird. It worked with the old Unsanity Haxie, Menu Master, but this is not compatible with 10.6. (I am running 10.6.4)
    I'm guessing that this is some kind of underlying problem with the Mac version of both products. Any help or referral to where I can report this is appreciated.

    I'm getting this problem with the PasswordMaker plugin. I had the problem before attempting to remap keys. I remapped keys with the suggested keyconfig extension in an attempt to solve the problem, but no dice.
    FF version 3.6.3
    OSX version 10.6.6
    Other items in the Tools menu work. PasswordMaker fails with the problem described above:
    'but triggering the shortcut never opens it up. I see the Tools menu flash, but nothing ever really happens. '
    The extension works on all other OSes I have tried (Win XP, Win 7 and Linux Ubuntu.).
    I've seen this behaviour before when a modal task in Photoshop (text editing) was blocking shortcuts.
    Any ideas?

  • [solved] xfce keyboard shortcuts won't work, tried arch wiki solution

    Keyboard shortcuts defined in the xfce's keyboard settings don't work,  as described in the wiki:
    http://wiki.archlinux.org/index.php/Xfc … 7t_working
    When I kill xfce4-settings-helper the shortcuts work again. After restarting X the problem returns. I renamed '/etc/xdg/autostart/xfce4-settings-helper-autostart.desktop' and  '~/.config/autostart/xfce4-settings-helper-autostart.desktop' as described in the wiki, But the second file is regenerated  after restarting X. Does anyone know a good solution?
    Last edited by rwd (2010-10-30 21:06:33)

    R00KIE wrote:What do you have in your .bash_profile? If it was working before then the problem should be somewhere else but I know that some things might not work when calling startx from .bash_profile depending on what and how you do things.
    I never noticed if xfce's application shortcuts were working properly or not because I just started using them since a few weeks.
    Leonid.I wrote:EDIT: Most likely you have seen this, but just in case: http://forum.xfce.org/index.php?topic=5304.0
    That looks like the same thing indeed.
    It seems to be this bug which hasn't been fixed since over a year O_o.
    .bash_profile
    . $HOME/.bashrc
    if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
    startx
    fi
    .bashrc
    # Check for an interactive session
    [ -z "$PS1" ] && return
    #restrict umask for group from the default 022
    umask 0017
    # added to use bash aliases and colored prompt
    if [ -f /etc/profile.bash ]; then
    source /etc/profile.bash
    fi
    #added for the auojump package (need to be sourced after /profile.bash
    if [ -f /etc/profile ]; then
    source /etc/profile.d/autojump.bash
    fi
    .xinitrc
    #!/bin/sh
    exec ck-launch-session xfce4-session
    /etc/profile.bash
    # /etc/profile.bash
    # Global settings for bash shells
    PS1='[\u@\h \W]\$ '
    #PS2='> '
    #PS3='> '
    #PS4='+ '
    export PS1 PS2 PS3 PS4
    #In the future we may want to add more ulimit entries here,
    # in the offchance that /etc/security/limits.conf is skipped
    ulimit -Sc 0 #Don't create core files
    if test "$TERM" = "xterm" -o \
    "$TERM" = "xterm-color" -o \
    "$TERM" = "xterm-256color" -o \
    "$TERM" = "rxvt" -o \
    "$TERM" = "rxvt-unicode" -o \
    "$TERM" = "xterm-xfree86"; then
    PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"'
    export PROMPT_COMMAND
    fi
    PS1='\[\e[1;33m\][\u@\h \W]\$\[\e[0m\] '
    EDITOR=/usr/bin/nano
    #bash history
    HISTSIZE=1000
    HISTFILESIZE=1000
    # aliases
    alias ll='ls -al --group-directories-first --color=auto'
    alias la='ls -A --group-directories-first --color=auto'
    alias ..='cd ..'
    alias ...='cd ../..'
    alias ....='cd ../../..'
    alias .....='cd ../../../..'
    alias ping5='ping -c 5'
    alias lsa='ls -lah --group-directories-first --color=auto' # human readable (sizes) long and all ;-)
    alias lls='ls -l -h -g -F --group-directories-first --color=auto'
    alias lss='ls -shaxSrs --group-directories-first --color=auto' # sort by size
    alias lsd='ls -latr --group-directories-first --color=auto' # sort by date
    alias upgrade='sudo clyde -Syu --aur'
    function publicip {
    wget -q -O - checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//'
    # alarm(string alarmtext,num minutes )
    function alarm() {
    zenity --notification --timeout=$[$2 * 60] --window-icon=/usr/share/icons/gnome/scalable/status/appointment-soon.svg --text "alarm set for: $1 in $2 minutes" &
    sleep $2 $(($2 * 60)) && zenity --warning --text "$1" &
    # search bash history
    function hist {
    history | grep -i "${1}"
    # find filename in current directory and beneath
    function fnd {
    find . -iname "*${1}*" | more
    # find string in documents in current directory and beneath
    function grp {
    egrep -ri ''"${1}"'' . | more
    # search shoutcast channels by name/description/genre/current song
    function shoutcast {
    shoutcast-search $* -b ">96" -l ">10" \
    --format="%s\ngenre: %g\ncurrent track: %p\nbitrate: %b\nlisteners: %l\nurl: %u\n" \
    | more
    in ~/.config/autostart I have a few items that only contain :
    [Desktop Entry]
    Hidden=True
    And this one:
    [Desktop Entry]
    Hidden=true
    [Desktop Entry]
    Encoding=UTF-8
    Version=0.9.4
    Type=Application
    Name=xorg_fix
    Comment=scripts that need to be delayed to run
    Exec=/home/user1/documents/shellscripts/xorg_fix_delayed.sh
    StartupNotify=false
    Terminal=false
    Hidden=false
    In xorg_fix_delayed.sh I have put some things that wouldn't always be executed if I put them in a normal startup item or if  I put them in .xinitrc:
    xorg_fix_delayed.sh
    #!/bin/bash
    sleep 6
    # upnp shares mount
    #djmount ~/network/upnp &
    # mpd
    mpd ~/.mpd/mpd.conf &
    # disable trackpad during typing
    syndaemon -d -i 2 &
    # tint
    /usr/bin/tint2 &
    # trayer
    /usr/bin/trayer --transparent true --expand true --alpha 256 --tint 0x000000 --height 24 --widthtype request --SetDockType true $
    # xmodmap
    /usr/bin/xmodmap /home/user1/.Xmodmap &
    # conky
    /usr/bin/conky &
    # workaround for xfce shortcuts
    killall xfce4-settings-helper &
    # sshfs share
    ~/documents/shellscripts/sshfs_arch-server_mount.sh &
    Last edited by rwd (2010-10-29 18:56:10)

  • [SOLVED] Global keyboard shortcuts

    I would like to assign a combination of keys to make some actions:
    - Open the konsole
    - Open the file explorer
    - Minimize all the windows (to see the "desktop")
    I've seen that it's possible to assign some shortcuts by: System Settings -> Keyboard & mouse -> Global keyboard shortcuts. However, it is limited to a set of KDE components and I couldn't assign any of the actions I wanted. This assignment is rather simple in Gnome. Do you know if it is possible in KDE? Do I need to use xbindkeys?
    Thank you in advance
    Last edited by jjjaime (2009-03-19 10:50:18)

    Either use xbindkeys, OR if the actions you want are supported by Gnome's keyboard dialog, run gnome-settings-daemon at startup of X/your DE/WM.  I personally use both for different reasons.  Not only will your gnome/gtk apps inherit your nice gtk theme, you will also have those keyboard shortcuts you wanted.

  • A keyboard shortcut from Type tool to Selection tool

    I'm in a text box so I cannot use 'Space' +my normal key shortcut to change to the Selection tool. It's a long way to go with the mouse each time I need to do this. Depressing the CMD key changes the cursor to the Selection tool while I hold it down, but letting CMD up leaves me in the Type tool and in the text box, even if I click outside the text box while holding down CMD. In Illustrator I use a shortcut with OPT or CTRL but this does not work in InDesign.
    Any ideas? I hope Adobe clears this up since not having a quick way to bounce back from Type tool to Selection tool via the keyboard is a real drag on a 30" screen.

    I too use F1 for the Selection Tool and F2 for the Direct Selection Tool. I've also set F3 as the Preview button (previously the W key) and F4 is Scale Tool and F5 is Rotate Tool.
    The great thing about assigning these keys to F Keys rather than character keys it means even if you have a cursor flashing in a text frame you can still switch tools without having to deselect the text frame. What prompted me to look into this was when I once noticed a rogue V and A in a text frame on a job I was designing! If it had gone to print with these letters showing I would have been in a lot of bother so I changed it. This shortcut was discussed on an early episode of InDesign Secrets Podcast :-)
    I'd certainly recommend changing this potentially problematic shortcut, it's quite easy to to hit the V key when a text frame is live but out of sight on another page and then you have a superfluous character in your artwork.
    If only I could remap the zoom tool to the Control key I'd be very happy. Does anyone know how to do that or is it embedded in the structure of the app?
    David

  • [SOLVED] KWin keyboard shortcuts no longer working

    My Kwin shortcuts (Maximize, tile-left, tile right) have stopped working since doing a pacman update yesterday. Any ideas on how to fix them? I am running Arch in a VirtualBox 4.3.10 VM.
    EDIT: Never mind, the problem was resolved for whatever reason by today's gtk3 update.
    Last edited by wiegraf (2014-05-13 02:00:43)

    Ignore the permissions messages, as per http://support.apple.com/kb/TS1448
    Here's the second way:
    While logged into the newly created admin account, backup the bad account's folder, delete the bad account, selecting the save data option (which is stored in /Users/Deleted Users/ as a disk image), recreate the bad account using the same username/password combo, log out and back into the recreated original account. If the problem's solved, open the saved data dmg file in /Users/Deleted Users/, open the /Library/Preferences/ folder from the saved data, open the current /Users/restored account/Library/Preferences/ folder, and slowly copy plist files from the saved data folder to the current one that don't exist in it. Log out and back in to ensure there's no conflict and things still work correctly. Resolving conflicts or identifying corrupt plist files is a laborious process. Good luck.

  • [SOLVED] Rxvt-unicode fails to paste PRIMARY selection owned by Vim

    Urxvt almost always work with the X PRIMARY selection. i.e., if I select some
    text in Firefox or other applications, I will be able to paste it in urxvt.
    But Vim seems to be an exception. Steps to reproduce:
      1. Select some text ("foo") in Vim, either using the mouse or in visual mode.
         Leave the Vim window open.
      2. In another urxvt window, press Shift-Insert, _nothing_ is pasted.
         Middle mouse click has the same effect as Shift-Insert in urxvt.
      3. Issue the command `xsel -po`, and the text "foo" is printed. This means
         the text is indeed what the X PRIMARY selection holds (or points to).
      4. The text "foo" is also pasted in Firefox by middle mouse click.
         The text "foo" is also pasted in xterm by either middle mouse click or
         Shift-Insert.
      5.1. If you do `xsel -po | xsel -pi`, urxvt will behave like everyone else.
      5.2. Without doing 5.1, quit Vim (:q). After that, "foo" will be pasted in
           urxvt by Shift-Insert.
           What Vim does on quit is documented in its help (:h x11-cut-buffer):
    Vim wrote:
    There are, by default, 8 cut-buffers: CUT_BUFFER0 to CUT_BUFFER7.  Vim only
    uses CUT_BUFFER0, which is the one that xterm uses by default.
    Whenever Vim is about to become unavailable (either via exiting or becoming
    suspended), and thus unable to respond to another application's selection
    request, it writes the contents of any owned selection to CUT_BUFFER0.  If the
    "+ CLIPBOARD selection is owned by Vim, then this is written in preference,
    otherwise if the "* PRIMARY selection is owned by Vim, then that is written.
    My guesses are:
      * Urxvt somehow requires the cut buffer (CUT_BUFFER0) to sync with the
        PRIMARY selection, otherwise it will fail to request the PRIMARY selection.
      * The reason why text selected from applications other than Vim can be pasted
        just fine in urxvt is probably that they always sync the cut buffer with the
        PRIMARY selection.
    I may be wrong, so please do comment.
    If my conclusion proves to be right, I will file a bug report to rxvt-unicode.
    Edit: This issue is fixed in rxvt-unicode 9.12.
    Last edited by lolilolicon (2011-07-02 16:31:45)

    lolilolicon wrote:
    Urxvt almost always work with the X PRIMARY selection. i.e., if I select some
    text in Firefox or other applications, I will be able to paste it in urxvt.
    But Vim seems to be an exception. Steps to reproduce:
      1. Select some text ("foo") in Vim, either using the mouse or in visual mode.
         Leave the Vim window open.
      2. In another urxvt window, press Shift-Insert, _nothing_ is pasted.
         Middle mouse click has the same effect as Shift-Insert in urxvt.
      3. Issue the command `xsel -po`, and the text "foo" is printed. This means
         the text is indeed what the X PRIMARY selection holds (or points to).
      4. The text "foo" is also pasted in Firefox by middle mouse click.
         The text "foo" is also pasted in xterm by either middle mouse click or
         Shift-Insert.
      5.1. If you do `xsel -po | xsel -pi`, urxvt will behave like everyone else.
      5.2. Without doing 5.1, quit Vim (:q). After that, "foo" will be pasted in
           urxvt by Shift-Insert.
           What Vim does on quit is documented in its help (:h x11-cut-buffer):
    Vim wrote:
    There are, by default, 8 cut-buffers: CUT_BUFFER0 to CUT_BUFFER7.  Vim only
    uses CUT_BUFFER0, which is the one that xterm uses by default.
    Whenever Vim is about to become unavailable (either via exiting or becoming
    suspended), and thus unable to respond to another application's selection
    request, it writes the contents of any owned selection to CUT_BUFFER0.  If the
    "+ CLIPBOARD selection is owned by Vim, then this is written in preference,
    otherwise if the "* PRIMARY selection is owned by Vim, then that is written.
    My guesses are:
      * Urxvt somehow requires the cut buffer (CUT_BUFFER0) to sync with the
        PRIMARY selection, otherwise it will fail to request the PRIMARY selection.
      * The reason why text selected from applications other than Vim can be pasted
        just fine in urxvt is probably that they always sync the cut buffer with the
        PRIMARY selection.
    I may be wrong, so please do comment.
    If my conclusion proves to be right, I will file a bug report to rxvt-unicode.
    Hi lolilolicon,
    I cannot reproduce the errors from step 2. My system has the following packages:
    gvim 7.3.206-1
    vim-runtime 7.3.206-1
    rxvt-unicode 9.12-1
    To be fair, rxvt-unicode was upgraded to 9.12 recently (I think it was sometime last week), and I also recall vim's visual mode selections NOT being paste-able into a separate urxvt window. But I guess the 9.12 update fixed things. (There are a couple regression fixes with the words "selection" to describe them @ http://cvs.schmorp.de/rxvt-unicode/Changes .) I tested both gvim and regular console vim (visual mode) and it all worked. I also double-checked with `xsel -po`.

  • How to remove/remap keyboard shortcut mapping in firefox ?

    I have a text editor that uses CTRL-SHIFT+P for macro playback and pressing the sequence in my text editor is always launching an instance of firefox. How can I remove/remap this kb shortcut in firefox ?

    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?

  • Is there a keyboard shortcut to resize a currently selected textbox?

    I work with the keyboard and textboxes a lot, and it is a huge pain to have to click on the tiny handles in order to resize them.  Thanks for your attention.

    None that I know of - Option clicking a tab 'x' closes all others, but doesn't work for windows, here.
    Between Ghostery & Adblock Safari extensions, you'd rarely see a pop-up at all.

  • Application Keyboard Shortcuts not working in Text Edit

    Under System Preferences (Keyboard & Mouse -> Keyboard Shortcuts -> Application Keyboard Shortcuts -> All Applications), I changed some basic keyboard shortcuts (Copy, Paste, etc.) to use the ctrl key instead of the command key. These shortcuts seem to work well in the basic applications I use (MS Office, Firefox, etc.)
    However, they do not work in TextEdit. I did verify that the Menu name in I entered in System Preferences matches exactly the way it appears in TextEdit.
    Anyone else have the same problem? Any ideas on how to resolve it? I would very much like this fixed since my switching between Windows (in Parallels) and Mac OS X is seamless except for the fact that I have to remember different keyboard shortcuts in each OS. Thanks in advance!
    MacBook Pro   Mac OS X (10.4.8)  

    Hi Ninose11,
    See if this thread helps:New Tag feature shortkeys not working
    Thanks,
    Kevin

  • Is there a keyboard shortcut to Insert Link?

    So some options like Bold, Underline, Italics have keyboard shortcuts.
    Has any one figured out a keyboard shortcut to Insert Link? What about Insert Photo?
    What about a keyboard shortcut for pasting the text in the clipboard in as plain text?

    Couple of ways to do that.
    Great. I'll give it a shot...
    1) Use the Quote icon to quote and requote the message being replied to, then delete all the stuff not wanted for each instance. That's too tedious for me.
    Agreed.
    2) Copy and Paste the selected parts of the message being replied to. Once one part is pasted in, select it again in the compose box and click the Quote icon. Repeat as needed. When you select text in a compose box and click the Quote thingie, instead of quoting the previous message it will set off the selected text in quoted style.
    So that's the secret. Thanks!
    I use the second method, but with a variant. If I know I'm going to be chopping up the replied to message like that, I just copy/paste the whole thing into the compose box. Then I break it up, adding a response to one section before moving down and adding a response to the next section. The last thing I do before posting is to select each of the pasted parts and click the Quote thingie.
    The reason I wait until the end to set them off in quoted style is that although you can undo the quoted format, it's not convenient to do so. I find it easier to get all my tweaking done first.
    Makes sense, as long as you don't inadvertently apply the quote thingie to your own response, but I guess that can be fixed.

  • Shortcut for Paste Special+Match Destination Formatting in MS excel on OSX Mavericks

    Hi,
    I am wondering if someone can help me create a keyboard shortcut for 'paste special -> matching destination formatting' into MS excel 2011. I realise this isn't the most ideal situation (not being a mac app), but it's what I have, and I have a lot of text to copy in, so i'd love to create a workaround if possible.
    I am running Mavericks 10.9.5 on a 2010 Macbook Pro. I've tried various options that I've found on the net for previous versions of OSX, but none have worked for Mavericks, and I can't find any information on this that was posted after 2012.
    I am willing to experiment with a macro, but I have no experience with them so I don't really know what I'm doing. Any advice would be greatly appreciated. Thanks in advance for any help / advice.

    Hi Barney,
    Thanks for your reply. I should have mentioned that I've tried to create a keyboard shortcut in both excel and through systems preferences, however to no avail. In excel there is a keyboard shortcut in place for 'paste special', however there is no option to move past this into paste special options. I am starting to think perhaps this isn't available because there is no menu command for it directly, rather a popup box appears with paste special options. But it is so tedious to click this every time you want to paste.
    Cheers

  • Keyboard Shortcut Assignments

    I'm trying to assign F4 to a script.
    Photoshop tells me that F4 is in use by paste. I try to accept the new assignment. But, it doesn't get saved.
    I searched the summary of my keyboard shortcuts for other uses of F4 and find none.
    I searched the summary of my keyboard shortcuts for paste and find none of the pastes use F4.
    I tried exiting CS5 and re-launching... no help.
    If I use F4, CS5 tells me the command "Paste" is not currently available... probably because there is nothing in the copy buffer at the moment.
    How do I override the assignment of F4 from paste?
    Thanks,
    Drew

    In the shortcut editor, Edit > Paste only shows up as control  + V.
    After resetting to Photoshop defaults, now Paste has two shortcuts: control + v and F4.
    I just tried two different methods of getting access to the F4 shortcut.
    I tried deleting it from Paste first and then assigning it to my desired script. That didn't work.
    I reset to Photoshop defaults and tried assigning it to my desired script and accepting/resolve warning message, going to the Paste location and seeing that F4 is no longer there. That didn't work either.
    Even though F4 is not listed as a shortcut for paste, it still is reserved for paste no matter what I do.
    I haven't tried using F4 to see if paste works... it doesn't matter to me. I would never use F4 for paste.
    Assigning F5 (accepting the conflict / resolve message) to my desired script does work.
    Thanks,
    Drew

  • InDesign Keyboard Shortcut for Submenu Item

    I am attempting to make a keyboard shortcut for a particular menu selection in InDesign CS5. Particularly, I want to select an Adobe PDF Preset
    ("PDF/X-1a:2001") from the submenu. However, when I try select this in Keyboard Shortcuts, all I get is "Define" .. which of couse will bring me to the presets window. I want to be able to select a preset and assign a keyboard shortcut (in this case F15).
    Does anyone have suggestions on how this can be done? I tried various ways, but still can't select anything from that submenu.
    Thanks.

    Hey,
    I agree with Cari! Using SHIFT while clicking on PDF preset name would speed up things! On the other hand, you can use scripting to define which export profile to use and choose destination folder. Great thing about the scripts is that you can assign custom shortcuts to them!
    // Set PDF Preset name
    var myPreset = "[PDF/X-1a:2001]";
    // If not using CS5 or later, set this to: false
    var usingCS5 = true;
    /// --- DO NOT EDIT --- ///
    if(app.documents.length)
        doExport();
    else
        alert("No documents opened");
    function doExport(){
        try{app.pdfExportPresets.item(myPreset).name}
        catch(_){
            alert("PDF Preset not found!\nPlease check name and try again!");
            exit();
        var myFile = (function(){
            var setFile = File.saveDialog ("PDF export based on " + myPreset + " ...", "PDF:*.pdf");
            if(setFile != null)
                return setFile;
            else
                return false;
        if(myFile != false){
            if(Boolean(usingCS5))
                app.activeDocument.asynchronousExportFile (ExportFormat.PDF_TYPE, myFile, false, myPreset);
            else
                app.activeDocument.exportFile (ExportFormat.PDF_TYPE, myFile, false, myPreset);
    All you have to set is PDF preset name and you are good to go! Also, you can save this script with different names containing different presets name and assign different shortcuts to every one of them.
    Hope that helps.
    Marijan (tomaxxi)
    http://indisnip.wordpress.com/
    http://inditip.wordpress.com/
    http://twitter.com/tomaxxi

  • Keyboard shortcut macros?

    I've been using various programs for 20 years, that allow me to open the files I use daily with a simple keystroke, such as control/tab or control/p. Since I just upgraded to snow leopard, I find that my iKey program doesn't work, and that it hasn't been updated for several years. I used quickeys for many years before iKey. I figured that there must be some built-in way to use this kind of function now, such as scripts or automator, which i have never needed before, but i can't find anything anywhere after an hour of searching. Am I missing something obvious? Can anyone help me please? thank you.

    With the new Services architecture, you can create keyboard shortcuts to launch apps with a small amount of work in Automator and Keyboard Shortcuts.
    Open Automator and select Service.
    Set Service receives No Input.
    Drag in a Get Specified Finder Items and add your app to the list.
    Drag in an Open Finder Items; leave as open with default application.
    Save this with a name that most likely won't show up in another app. Generally "Open " and app name will likely work.
    Now, open Keyboard System Preferences and select the keyboard shortcuts tab.
    Add an new item to the list and name it the same as your service.
    Add the command key code you want to use.
    Now, you can start up the app with the command key you assigned. You could even add several apps and documents to the "Get Specified Finder Items" action.

Maybe you are looking for

  • Error in MERGE Statament

    I have scenario where i have to insert some columns in to target according to value in intgrt_src_trx_cd in source table and that column (intgrt_src_trx_cd ) is not ther in target table I wrote code as below, but i am getting an error Error report: S

  • Not a group by column error message - cursor sharing

    Hi, Our database is Oracle 11g. We faced problems about some sql's. These sql's were running in Oracle 10g. Our sql statements are like the below query: SELECT COLUMN_A,COLUMN_B,COLUMN_C, TO_CHAR(OPERATION_DATE,'DD/MM/YYYYY'), CUSTOMER_NAME || '-' ||

  • How can I edit my profile?

    I am trying to retrieve my password using my security questions. The first one asked is my date of birth which when entered is not recognized not matter how many times I enter it. I certainly know my date of birth and have entered it correctly. I wan

  • How to back-up Win 7 drivers?

    How do i backup all my drivers? Can i burn them on a cd and if so.. how do i do that and where do i find them? I dont have a cd that has toshiba drivers on it.. so i'm needing to back up.. thanks for your time

  • Cannot relink media in Creative Cloud

    I'm having trouble relinking media from a project created in PP 6.0 when opened in CC. The project opens with all media offline, but the connected external hard drive is not appearing in the media browser - which makes relinking apparently impossible