This is a Android app for adding programmer's dvorak to physical layouts, you only need to install the apk file
Tested Android versions:
- 8.1.0
The layout includes a basic altgr support:
altgr + a=áaltgr + e=éaltgr + i=íaltgr + o=óaltgr + u=úaltgr + n=ñ
(Using shift will insert the letters in uppercase)
Add a ./local.properties file:
sdk.dir = /path/to/your/android/sdk
Then compile using gradle:
$ bash gradlew build
The apk should be in ./app/build/outputs/apk/debug/ directory