View Single Post
Old 05-24-2018, 10:19 AM   #279
Lokasenna
Human being with feelings
 
Lokasenna's Avatar
 
Join Date: Sep 2008
Location: Calgary, AB, Canada
Posts: 6,551
Default

Quote:
Originally Posted by Nixon View Post
Did anyone get ctrl + or alt + keystrokes working in lua? If not I'd like to request that.
There are a few specific key combinations that won't work, and some foreign keys that aren't read properly, but other than that they've always worked just fine.

Code:
-- Ctrl + Z
if gfx.mouse_cap & 4 == 4 and gfx.getchar(27) > 0 then
__________________
I'm no longer using Reaper or working on scripts for it. Sorry. :(
Default 5.0 Nitpicky Edition / GUI library for Lua scripts / Theory Helper / Radial Menu / Donate
Lokasenna is offline   Reply With Quote