★Blimkeys.txtの設定方法★

★英数文字/コマンドキーコード表★
http://www.asukal.jp/KeyCodes.htm

                            • 以下Blimkeys.txt---------

# BLIMKEYS CONFIGURATION FILE
# for Blimkeys 1.1.0.0
# http://sala.sallala.hu/
#
# Layout description:
# Four, 80 pixel height (standard) boards,
# containing the small and capital letters of
# the English alphabet, numbers and punc-
# tation characters.



#######################
# MAIN INITIALISATION #
#######################

# Numbers of boards excluding
# the base board.
boardsCount=3(キーボードの数)

# Boards properties and the Unicode
# values of letters for the keys

# board
boardId=1(キーボードの順番)
boardSwitchCaption=3042,306A (キー切り替えスイッチの表示文字)
boardHeight=80(キーボードの高さ:80で純正キーの高さ)
boardswitchkeys=1(キーボード切り替えキー番号))
boardCols=3(キーボードの列数)
boardRows=3(キーボードの行数)
key=3042,3044,3046,3048,304A, (文字コード
key=304B,304D,304F,3051,3053
key=3055,3057,3059,305B,305D
key=305F,3061,3064,3066,3068
key=306A,306B,306C,306D,306E
key=306F,3072,3075,3078,307B
key=307E,307F,3080,3081,3082
key=3084,3086,3088,308F,3092,3093
key=3089,308A,308B,308C,308D


# board #
boardId=2 (キーボードの順番)
boardSwitchCaption=6570,002F,8A18
boardHeight=80
boardswitchkeys=1
boardCols=3
boardRows=4
key=0031,6708,65E5,5E74
key=0032,6642,5206
key=0033,3231,3232
key=0034,2116,00B1
key=0035,FF0B,FF0D
key=0036,00D7,00F7
key=0037,FF1D,2103
key=0038,339D,339C
key=0039,338F,338E
key=002A,003a,003b,0027,0022
key=0030,33A1,339E
key=0023,005b,005d,007b,007d

# board #
boardId=3
boardSwitchCaption=0041,0042,0043
boardHeight=80
boardswitchkeys=1
boardCols=3
boardRows=4
key=003f,0021,0040,3001,
key=0041,0042,0043
key=0044,0045,0046
key=0047,0048,0049
key=004a,004b,004c
key=004d,004e,004f
key=0050,0051,0052,0053
key=0054,0055,0056
key=0057,0058,0059,005a
key=3002,002f,30FC,FF08,FF09
key=002e,002c,201C,201D
key=FF20,ff5e,00A5,0024,0025

# board #
boardId=5
boardSwitchCaption=0061,0062,0063
boardHeight=80
boardswitchkeys=1
boardCols=3
boardRows=4
key=FF20,ff5e,00A5,0024,0025
key=0061,0062,0063
key=0064,0065,0066
key=0067,0068,0069
key=006a,006b,006c
key=006d,006e,006f
key=0070,0071,0072,0073
key=0074,0075,0076
key=0077,0078,0079,007a
key=003f,0021,0040,3001
key=2192,2190,2191,2193
key=3002,002f,30FC,FF08,FF09



# Column width in pixels for
# the board switch keys
fcolWidth=40(キーボード切り替えスイッチの幅)


####################
# COLORS AND FONTS #
####################      色の設定

# Note: all of the color values
# are in 0xAABBGGRR format.
#
# AA=alpha, BB=blue, GG=green, RR=red.

# border color (キーボードの色)
frameColor=0x0000FFFF

# key button background and(キー色)
# caption color at normal state
butt_bgColor=0x000000FF (ボタン背景色)
butt_txtColor=0x0000FFFF (ボタン文字色)

# key button background and(タッチした際のキー色)
# caption highlight color  
butt_bgColorDown=0x0000FFFF (ボタン背景色)
butt_txtColorDown=0x00FF0000 (ボタン文字色)

# board switch button's background (ボード切り替えスイッチの色
# and caption color at normal state
fbutt_bgColor=0x00844D10 (ボタン背景色)
fbutt_txtColor=0x0001C6FF (ボタン文字色)

# board switch button's background
# and caption highlight color
fbutt_bgColorDown=0x000000FF(ボタン背景色)
fbutt_txtColorDown=0x0000FFFF(ボタン文字色)

# frame width in pixels  (キーの縁取り線の色)
# around the keys
frameWidth=1 (キーの縁取り線の幅)

# button caption size and font face
butt_txtSize=12   (フォントサイズ)
butt_txtFont=MS PGothic(フォント種類) 


###############
# END OF FILE #
###############