UnicentaPOS Help Wiki

Install Onboard keyboard via your linux distro

Create file Keyboard.sh and make executable

========== Start content =================

#!/bin/bash exec onboard

========== Stop content =================

Create in Resources > Script.KeyboardLinux

========== Start content =================

int n = javax.swing.JOptionPane.showConfirmDialog( null, "Keyboard Ready To Load.", JOptionPane.OK_CANCEL_OPTION);

if (n == 0) { Runtime runtime = Runtime.getRuntime(); Process proc = runtime.exec("/home/pos/unicentaopos-3.80/extrascripts/keyboard.sh"); }else{ return; }

========== Stop content =================

Note: Change above path to where you create and folder for keyboard.sh

Resources > Ticket.Buttons ADD 
<button key="button.keyboard" image="img.keyboard" code="Script.KeyboardLinux"/>