Skip to content

krishenriksen/osk-sdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightweight On-Screen-Keyboard based on SDL2

Tested on RG351P, RG351M and RG351V

Building:

This project uses meson, and can be built with:

$ meson --prefix=/roms/ports/AnberPorts/bin/ -Dbuildtype=release build
$ meson compile -j4 -C build

Usage

For text input

osk-sdl -t "Enter Text"

For password input

osk-sdl -p "Enter Password"

Controls

d-pad controls which character is selected, and movement will highlight the char.

  • A button, will input the selected character.

  • B button, will add a space.

  • X button, will simulate backspace.

  • Y button, will toggle capslock.

  • R1, will toggle show password

  • SELECT button, will quit without outputting input string.

  • START button, will output the current input to current tty

Support the project

Donate Patreon Sponsor

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published