#!/bin/bash #Control Center for BigLinux # #Authors: # Bruno Goncalves Araujo # #License: GPLv2 or later ################################################# #Translation export TEXTDOMAINDIR="/usr/share/locale-langpack" export TEXTDOMAIN=bigcontrolcenter-hardware-keyboard name_application=$"Teclado, mouse e touchpad" description_application=$"Layout de teclado, velocidade e ate controlar o mouse com a webcam." exec_application="/usr/share/bigbashview/run.run?bigbashview /usr/share/bigcontrolcenter/categories/hardware/keyboard/keyboard.sh.htm -i /usr/share/bigcontrolcenter/categories/hardware/keyboard/icon.png" icon_application="/usr/share/bigcontrolcenter/categories/hardware/keyboard/icon.png"