normal OS keyboard shortcuts

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
mattmaier
Posts: 109
Joined: Fri Apr 19, 2013 2:49 am

normal OS keyboard shortcuts

Post by mattmaier » Sun Oct 18, 2015 4:54 am

Windows has standard keyboard shortcuts for moving windows around. Like (windows key + right arrow key) docks the active window to the right half of the screen.
Does a Livecode stack have to be specifically told to respond to those standard shortcuts? Do they have to be each be scripted one-by-one or can they be enabled or something?

makeshyft
Posts: 222
Joined: Mon Apr 15, 2013 4:41 am
Contact:

Re: normal OS keyboard shortcuts

Post by makeshyft » Sat Dec 12, 2015 9:27 pm

Good question..... have you tried passing the rawkeyup messages for those combinations? I think if your livecode stack does not have those shortcuts assigned, the rawkey messages get passed to the OS.
Founder & Developer @ MakeShyft R.D.A - https://www.makeshyft.com
Build Software with AppStarterStack for Livecode - https://www.AppStarterStack.com
Save Time with The Time Saver's Toolbox - https://www.TimeSaversToolbox.com

Post Reply