Jskad keyboards are now configured via keyboards.ini, a file that has
comments that explain its function. It's quite simple. This is in response to Jeff C. H. Wu's request.
This commit is contained in:
parent
dcb36ec338
commit
78dc46a979
6 changed files with 115 additions and 23 deletions
30
source/keyboards.ini
Normal file
30
source/keyboards.ini
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Jskad keyboard init file
|
||||
#
|
||||
# This file must remain readable by the
|
||||
# java.util.Properties.load(InputStream) mechanism, so don't just edit
|
||||
# it willy-nilly. Follow the trend!
|
||||
#
|
||||
# "nil" is used to mean "there isn't one for this keyboard."
|
||||
|
||||
# How many keyboards are there?
|
||||
number.of.keyboards = 5
|
||||
|
||||
keyboard.name.for.popup.1 = Extended Wylie
|
||||
keyboard.rtf.help.file.1 = Wylie_keyboard.rtf
|
||||
keyboard.ini.file.1 = nil
|
||||
|
||||
keyboard.name.for.popup.2 = TCC Keyboard \#1
|
||||
keyboard.rtf.help.file.2 = TCC_keyboard_1.rtf
|
||||
keyboard.ini.file.2 = tcc_keyboard_1.ini
|
||||
|
||||
keyboard.name.for.popup.3 = TCC Keyboard \#2
|
||||
keyboard.rtf.help.file.3 = TCC_keyboard_2.rtf
|
||||
keyboard.ini.file.3 = tcc_keyboard_2.ini
|
||||
|
||||
keyboard.name.for.popup.4 = Sambhota Keymap One
|
||||
keyboard.rtf.help.file.4 = Sambhota_keymap_one.rtf
|
||||
keyboard.ini.file.4 = sambhota_keyboard_1.ini
|
||||
|
||||
keyboard.name.for.popup.5 = Asian Classics Input Project (ACIP) -- BUGGY
|
||||
keyboard.rtf.help.file.5 = nil
|
||||
keyboard.ini.file.5 = acip_keyboard.ini
|
Loading…
Add table
Add a link
Reference in a new issue