← Back to team overview

sikuli-driver team mailing list archive

[Bug 1046764] Re: [request] log problem: type(Key.F4, KeyModifier.ALT) --> [log] Alt+TYPE ""

 

fix committed:
for non-printable special keys we now print a textual representation:

type(Key.F4, KeyModifier.ALT) --> [log] Alt+TYPE "#F4."

or

type("abc" + Key.TAB + "xyz" + Key.ENTER) --> [log] TYPE
"abc#TAB.xyz#ENTER."

** Changed in: sikuli
   Importance: Wishlist => Critical

** Changed in: sikuli
       Status: In Progress => Fix Committed

** Changed in: sikuli
    Milestone: None => x1.0

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

Title:
  [request] log problem: type(Key.F4, KeyModifier.ALT) --> [log]
  Alt+TYPE ""

Status in Sikuli:
  Fix Committed

Bug description:
  Message tab prints F4 as  When using Key.F4 command

  Example:
  type(Key.F4, KeyModifier.ALT)

  Message tab:
  [log] Alt+TYPE ""

  Operating system: Windows 7 64bit
  Sikuli 1.0rc3 r930

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


References