[request] log problem: type(Key.F4, KeyModifier.ALT) --> [log] Alt+TYPE ""
Bug #1046764 reported by
Aki Sivula
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SikuliX |
Fix Released
|
Critical
|
RaiMan |
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
Changed in sikuli: | |
status: | New → Fix Committed |
milestone: | none → x1.0 |
Changed in sikuli: | |
assignee: | nobody → RaiMan (raimund-hocke) |
tags: | added: fkt-type |
Changed in sikuli: | |
status: | Fix Committed → In Progress |
Changed in sikuli: | |
importance: | Undecided → Wishlist |
Changed in sikuli: | |
milestone: | x1.0 → none |
summary: |
- log problem: type(Key.F4, KeyModifier.ALT) --> [log] Alt+TYPE "" + [request] log problem: type(Key.F4, KeyModifier.ALT) --> [log] Alt+TYPE + "" |
Changed in sikuli: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
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. "