Public bug reported:

Steps to reproduce:
1. Install SikuliX 1.1.4
2. Try the following lines to type the "ü" character :
    keyDown(Key.ALT)
    type(Key.NUM1)
    type(Key.NUM2)
    type(Key.NUM9)
    keyUp(Key.ALT)
code compiles perfectly well but you wont see the "ü" as desired. This code 
worked perfectly fine with older versions....The NUM keys work perfectly fine 
if used individually like type(Key.NUM1), but not together with the keyDown 
function

3. Tested with Windows 10 machine using Sikul1X1.1.4

** Affects: sikuli
     Importance: Undecided
         Status: New

** Description changed:

  Steps to reproduce:
  1. Install SikuliX 1.1.4
  2. Try the following lines to type the "ü" character :
-     keyDown(Key.ALT)
-     type(Key.NUM1)
-     type(Key.NUM2)
-     type(Key.NUM9)
-     keyUp(Key.ALT)
- code compiles perfectly well but you wont see the "ü" as desired. This code 
worked perfectly fine with older versions
+     keyDown(Key.ALT)
+     type(Key.NUM1)
+     type(Key.NUM2)
+     type(Key.NUM9)
+     keyUp(Key.ALT)
+ code compiles perfectly well but you wont see the "ü" as desired. This code 
worked perfectly fine with older versions....The NUM keys work perfectly fine 
if used individually like type(Key.NUM1), but not together with the keyDown 
function
  
  3. Tested with Windows 10 machine using Sikul1X1.1.4

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1824694

Title:
  Numpad keys not working together with keyDown(Key.ALT)

Status in Sikuli:
  New

Bug description:
  Steps to reproduce:
  1. Install SikuliX 1.1.4
  2. Try the following lines to type the "ü" character :
      keyDown(Key.ALT)
      type(Key.NUM1)
      type(Key.NUM2)
      type(Key.NUM9)
      keyUp(Key.ALT)
  code compiles perfectly well but you wont see the "ü" as desired. This code 
worked perfectly fine with older versions....The NUM keys work perfectly fine 
if used individually like type(Key.NUM1), but not together with the keyDown 
function

  3. Tested with Windows 10 machine using Sikul1X1.1.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1824694/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to