1

I am trying to modify the behavior of one of the built in tools in the AutoIt editor (based on SciTE/Scintilla) which uses Lua scripting. I am using Windows 7.

How can I determine if a shift key is down in Lua?

hugomg
  • 68,213
  • 24
  • 160
  • 246
  • This may help. http://stackoverflow.com/questions/15283104/using-lua-to-detect-a-combination-of-keyboard-key-presses – y-- Mar 01 '14 at 19:51
  • 2
    The Lua standard library doesn't know anything about your keyboard - the only IO it does iw via character streams. You will need to look at the AutoIt scripting API to see if it exposes something you can use to solve your problem. – hugomg Mar 01 '14 at 21:22

0 Answers0