Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Add keyevent for "home" key #87

Merged
merged 2 commits into from
Aug 25, 2015
Merged

Add keyevent for "home" key #87

merged 2 commits into from
Aug 25, 2015

Conversation

stefanhoth
Copy link
Contributor

This one was missing from the list of predefined script events.

This one was missing from the list of predefined script events.
@@ -62,6 +61,10 @@ class Input extends AdbTask {
void clear() {
key 28
}

void home() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like random ordering of these events.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I put it at the end of the keys. Shall I reorder them instead?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, please.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@friedger done in e47c383

Making it easier to spot missing keycodes
@friedger
Copy link
Contributor

I like that 👍

friedger added a commit that referenced this pull request Aug 25, 2015
@friedger friedger merged commit d94a8a5 into develop Aug 25, 2015
@friedger friedger deleted the add-home-keyevent branch August 25, 2015 14:05
@devisnik
Copy link
Contributor

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants