# File AgileGuiTesting.rb, line 506
def ctrl (key_code)
  wait 20
  @robot.keyPress VK_CONTROL
  wait 10
  @robot.keyPress key_code
  wait 250
  @robot.keyRelease key_code
  wait 10
  @robot.keyRelease VK_CONTROL
  wait 50
end