안드로이드 기기에서 어떤 키의 동작을 테스트하십시오.
advertisement
이름 | KeyTester |
---|---|
버전 | 1.0 |
업데이트 | 2021년 03월 24일 |
크기 | 2 MB |
카테고리 | 도구 |
설치 수 | 1+ |
개발자 | Alessandro Campolo |
Android OS | Android 1+ |
Google Play ID | a13ssandr0.keytester |
KeyTester · 설명
KeyTester allows you to check whether your keyboard is working or not, it also gives you the correspondent KeyEvent constant that developers can use when working with the following Java methods:
Activity.dispatchKeyEvent
Activity.dispatchKeyShortcutEvent
Activity.onKeyDown
Activity.onKeyLongPress
Activity.onKeyMultiple
Activity.onKeyShortcut
Activity.onKeyUp
any other method that deals with KeyEvents
Some buttons such as Home, Recent Apps (Multitasking) and Power won't be detected because the system needs them to be always available and working (e.g., when an app freezes and the user wants to terminate it), so it won't let any app intercept them.
This app is open source, you can find its source code on GitHub: https://github.com/a13ssandr0/KeyTester
Activity.dispatchKeyEvent
Activity.dispatchKeyShortcutEvent
Activity.onKeyDown
Activity.onKeyLongPress
Activity.onKeyMultiple
Activity.onKeyShortcut
Activity.onKeyUp
any other method that deals with KeyEvents
Some buttons such as Home, Recent Apps (Multitasking) and Power won't be detected because the system needs them to be always available and working (e.g., when an app freezes and the user wants to terminate it), so it won't let any app intercept them.
This app is open source, you can find its source code on GitHub: https://github.com/a13ssandr0/KeyTester