Skip to content

TUIOFX/fx-experience

 
 

Repository files navigation

fx-onscreen-keyboard

Build Status Maven Central License

FXOK provides a JavaFX based virtual on-screen keyboard component for touch based monitors with xml layout configuration

Features

  • support multiple key button layouts (numeric, symbol, text, shift)
  • free movable with auto positioning
  • select all, copy, paste, cut buttons
  • resizable by zoom in/out button
  • dynamic text node property definition ('vkType' and 'vkLocale')
  • context popup with additional chars
  • css style

Modules

  • fx-onscreen-keyboard (fx components)
  • fx-onscreen-keyboard-swing (swing components)
  • fx-onscreen-keyboard-samples (sample package)

![num block ctrl] (doc/num_block.png)

![num block] (doc/num_block_ctrl.png)

![layout ru] (doc/layout_ru.png)

video

How to build and run sample

What is required:

mvn clean install
java -jar fx-onscreen-keyboard-samples/target/fx-onscreen-keyboard-jar-with-dependencies.jar

Maven central repository

<dependency>
  <groupId>org.comtel2000</groupId>
  <artifactId>fx-onscreen-keyboard</artifactId>
  <version>[LATEST_RELEASE]</version>
</dependency>

License

BSD 3-Clause License

About

fx-experience -> fx onscreen keyboard

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Java 99.9%
  • CSS 0.1%