|
#1
| ||||
| ||||
| Complete Newbie here with regards to AppleScript. I'm trying to make my own quick-key shortcut on an old Classic application (Hypercard) where there is no shortcut. I need to delete 365 cards from a stack. 'Delete Card' has no quick key shortcut. I'm hoping I can assign an 'F' key (F4 or F5) to trigger a script that would tell Hypercard to delete the current card. Can this be done? |
|
#2
| |||
| |||
| 'I'm hoping I can assign an 'F' key (F4 or F5) to trigger a script that would tell Hypercard to delete the current card. Can this be done?', most likely - yes. Review Startly Technologies QuicKeys. Last edited by barhar; October 23rd, 2005 at 06:08 AM. |
|
#3
| ||||
| ||||
| Ah Yes... Quick Keys. Thanks my friend. It did the trick for me. I can put off learning AppleScript for now ![]() |