Creating shortcuts for IDE not working on Mac
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Creating shortcuts for IDE not working on Mac
Not sure if anyone can help me with this, I wanted to add keyboard shortcuts to edit card script and stack script.
Using the MacOS Keyboard/Shortcuts preferences, I added shortcuts for those two menu items.
Switching back to Livecode, the keyboard shortcuts now show up when I pull down the Object menu.
When I press the keyboard shortcut, the Object menu briefly hilites like menu items should when an item within is chosen, but the script editor does not launch.
Anybody have any suggestions?
Using the MacOS Keyboard/Shortcuts preferences, I added shortcuts for those two menu items.
Switching back to Livecode, the keyboard shortcuts now show up when I pull down the Object menu.
When I press the keyboard shortcut, the Object menu briefly hilites like menu items should when an item within is chosen, but the script editor does not launch.
Anybody have any suggestions?
Greg (pink) Miller
MadPink, LLC
I'm Mad, Pink and Dangerous to Know
MadPink, LLC
I'm Mad, Pink and Dangerous to Know
Re: Creating shortcuts for IDE not working on Mac
Hi.
Why not just:
Or whatever. This can implemented as a plug-in or a stack in use.
Others may know if the OS retains control of these sorts of things, and LC can't invoke them.
Craig Newman
Why not just:
Code: Select all
on commandKeyDown tkey
if tKey = "S" then edit the script of this stack
end commandKeyDown
Others may know if the OS retains control of these sorts of things, and LC can't invoke them.
Craig Newman
Re: Creating shortcuts for IDE not working on Mac
Cmd-shift-S and Cmd-shift-C are built in.
There's a full list of supported shortcuts here:
http://livecode.byu.edu/helps/shortcuts.php
There's a full list of supported shortcuts here:
http://livecode.byu.edu/helps/shortcuts.php
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: Creating shortcuts for IDE not working on Mac
That is a great list of shortcuts, thanks!
Greg (pink) Miller
MadPink, LLC
I'm Mad, Pink and Dangerous to Know
MadPink, LLC
I'm Mad, Pink and Dangerous to Know
Re: Creating shortcuts for IDE not working on Mac
@Jacque.
You know, it never occurred to me that the OP did not know the old built-in shortcuts. I thought custom ones were what was wanted.
@Pink.
Is it so? These have been around for 30 years. Hard to live without them.
Craig
You know, it never occurred to me that the OP did not know the old built-in shortcuts. I thought custom ones were what was wanted.
@Pink.
Is it so? These have been around for 30 years. Hard to live without them.
Craig
Re: Creating shortcuts for IDE not working on Mac
@Jacque
I've been wondering so many times why the Ctrl+G in the script editor didn't work to <go to line number> (like in some other editors), and now I see it's Ctrl+L
Many thanks for this usefull list
I've been wondering so many times why the Ctrl+G in the script editor didn't work to <go to line number> (like in some other editors), and now I see it's Ctrl+L

Many thanks for this usefull list

Discovering LiveCode Community 6.5.2.