sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #17594
[Question #227411]: How to patch Key.java (assign to me please?)
New question #227411 on Sikuli:
https://answers.launchpad.net/sikuli/+question/227411
Hello,
Working on a little keypad thingy, I noticed some of the keys are missing:
public static final String DECIMAL = "\ue040";
public static final char C_DECIMAL = '\ue040';
public static final String CONTEXT = "\ue045"; // AKA Right-click menu
public static final char C_CONTEXT = '\ue045';
So, I'd like to use this opportunity to learn how ***I*** can contribute the patch to the project.
Thanks in advance, talk more tomorrow...
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.