|
|
#1 |
|
Question about keyboard shortcuts ..
What can I use to create a keyboard shortcut that will allow me to create a hotkey for something found in a contextual menu (right-click) ? Thanks!
|
|
|
|
0
|
|
|
#2 |
|
Does this work at all?
http://lifehacker.com/343328/create-...in-any-program
__________________
Because I'm an ahole.
|
|
|
|
0
|
|
|
#3 |
|
Thanks! It's helpful, but not for contextual (right-click) menus ...
|
|
|
|
0
|
|
|
#4 |
|
|
0
|
|
|
#5 |
|
In dropbox/public, there is a contextual menu to right click a file and then copy the URL link to clipboard. It's THAT command that I want a hotkey for. Here's a screenshot:
http://dl.dropbox.com/u/10819485/Screenshots/0w.png |
|
|
|
0
|
|
|
#6 | |
|
Quote:
So find the command you want in the app menus then make an Applescript to select that menu item. Then create a shortcut/hotkey to run the Applescript. For example, here is an Applescript that will click the Reset Safari... menu choice. You can adapt this to any app and menu. Code:
tell application "System Events" tell application process "Safari" click menu item "Reset Safari…" of menu "Safari" of menu bar 1 try click button "Reset" of window 1 end try end tell end tell |
||
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 09:27 AM.







Linear Mode
