Italian and belgian keymaps added to taskbar.

Common autorun.dat and keymap.key

git-svn-id: svn://kolibrios.org@5873 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
pathoswithin 2015-11-01 18:29:16 +00:00
parent 4afbfbbe09
commit 3ead4c900f
22 changed files with 67 additions and 149 deletions

View File

@ -32,13 +32,13 @@ img_files = {
{"MEDIA/PIXIE/S_LIGHT.PNG", PROGS .. "/cmm/pixie/s_light.png"}, {"MEDIA/PIXIE/S_LIGHT.PNG", PROGS .. "/cmm/pixie/s_light.png"},
{"MEDIA/PIXIE/MINIMP3", PROGS .. "/cmm/pixie/minimp3"}, {"MEDIA/PIXIE/MINIMP3", PROGS .. "/cmm/pixie/minimp3"},
{"NETWORK/WV_SKIN.PNG", PROGS .. "/cmm/browser/wv_skin.png"}, {"NETWORK/WV_SKIN.PNG", PROGS .. "/cmm/browser/wv_skin.png"},
{"SETTINGS/AUTORUN.DAT", build_type .. "/settings/autorun.dat"}, {"SETTINGS/AUTORUN.DAT", "common/settings/AUTORUN.DAT"},
{"DEFAULT.SKN", "common/default.skn"}, {"DEFAULT.SKN", "common/default.skn"},
{"SETTINGS/ICON.INI", build_type .. "/settings/icon.ini"}, {"SETTINGS/ICON.INI", build_type .. "/settings/icon.ini"},
{"ICONS32.PNG", "common/icons32.png"}, {"ICONS32.PNG", "common/icons32.png"},
{"INDEX.HTM", "common/index_htm"}, {"INDEX.HTM", "common/index_htm"},
{"KERPACK", "common/kerpack"}, {"KERPACK", "common/kerpack"},
{"SETTINGS/KEYMAP.KEY", build_type .. "/settings/keymap.key"}, {"SETTINGS/KEYMAP.KEY", PROGS .. "/system/taskbar/trunk/KEYMAP.KEY"},
{"SETTINGS/LANG.INI", build_type .. "/settings/lang.ini"}, {"SETTINGS/LANG.INI", build_type .. "/settings/lang.ini"},
{"KUZKINA.MID", "common/kuzkina.mid"}, {"KUZKINA.MID", "common/kuzkina.mid"},
{"LANG.INC", build_type .. "/lang.inc"}, {"LANG.INC", build_type .. "/lang.inc"},

View File

@ -0,0 +1,23 @@
# Syntaxis is: <Program_Name> <Parameter(s)> <Delay_Time>
# Use "parameter value" for parameters with spaces. Use "" if no parameter is required.
# Delay time means how much the system should wait, before running the next line. It is measured in 1/100 seconds.
# If delay is negative, wait for termination of the spawned process. Otherwise, simply wait
#
#/SYS/CROPFLAT "XS800 YS480" 1 # set limits of screen
#/SYS/LOADDRV COMMOUSE 1 # serial mouse driver
#/SYS/DEVELOP/BOARD "" 1 # Load DEBUG board
#/SYS/refrscrn "" 1 # Refresh screen
/SYS/SETUP BOOT 1 # Load device settings
/SYS/LOADDRV RDC 1 # videodriver for RDC M2010/M2012
/SYS/NETWORK/NETCFG A 1 #
/SYS/NETWORK/@ZEROCONF "" 1 # Network configuration
/SYS/ESKIN "" 1 # Set style
/SYS/@VOLUME "" 1 # Start volume daemon
/SYS/@TASKBAR "" 1 # Start taskbar
/SYS/@DOCKY "" 1 # Start docky
/SYS/@ICON "" 1 # Multithread icon
#/SYS/@RB "" 1 # Desktop right-click menu
/SYS/@SS ASSM 1 # Screensaver
/SYS/TMPDISK A0 -1 # Add virtual RAM disk /tmp0/1
/SYS/SEARCHAP "" -1 # Search and mount additional system directory
### Hello, ASM World! ###

View File

@ -1,7 +1,7 @@
[system] [system]
language=en language=en
keyboard=en
font smoothing=sbp font smoothing=sbp
font height=9
speaker mute=on speaker mute=on
[mouse] [mouse]
speed=1 speed=1

View File

@ -1,23 +0,0 @@
# Syntaxis is: <Program_Name> <Parameter(s)> <Delay_Time>
# Use "parameter value" for parameters with spaces. Use "" if no parameter is required.
# Delay time means how much the system should wait, before running the next line. It is measured in 1/100 seconds.
# If delay is negative, wait for termination of the spawned process. Otherwise, simply wait
#
#/SYS/CROPFLAT "XS800 YS480" 1 # set limits of screen
#/SYS/LOADDRV "COMMOUSE" 1 # serial mouse driver
#/SYS/DEVELOP/BOARD "" 1 # Load DEBUG board
#/SYS/refrscrn "" 1 # Refresh screen
/SYS/LOADDRV "RDC" 1 # videodriver for RDC M2010/M2012
/SYS/NETWORK/NETCFG A 1 #
/SYS/NETWORK/@ZEROCONF "" 1 # Network configuration
/SYS/ESKIN "" 1 # Set style
/SYS/@VOLUME "" 1 # Start volume daemon
/SYS/@TASKBAR "" 1 # Start taskbar
/SYS/@DOCKY "" 1 # Start docky
/SYS/SETUP BOOT 1 # Load device settings
/SYS/@ICON "" 1 # Multithread icon
#/SYS/@RB "" 1 # Desktop right-click menu
/SYS/@SS ASSM 1 # Screensaver
/SYS/TMPDISK A0 -1 # Add virtual RAM disk /tmp0/1
/SYS/SEARCHAP "" -1 # Search and mount additional system directory
### Hello, ASM World! ###

Binary file not shown.

View File

@ -4,7 +4,7 @@ startlng = 1
[comkey] [comkey]
ccomkey1 = 1 ccomkey1 = 1
ccomkey2 = 4 ccomkey2 = 4
ccomkey3 = 7 ccomkey3 = 0
[altkey] [altkey]
altkey1 = 1 altkey1 = 1
@ -14,8 +14,8 @@ altkey4 = 3
altkey5 = 5 altkey5 = 5
altkey6 = 6 altkey6 = 6
altkey7 = 2 altkey7 = 2
altkey8 = 0 altkey8 = 8
altkey9 = 0 altkey9 = 9
altkey0 = 0 altkey0 = 0
[langs] [langs]
@ -26,3 +26,5 @@ altkey0 = 0
5 = Fr 5 = Fr
6 = Et 6 = Et
7 = Ua 7 = Ua
8 = It
9 = Be

View File

@ -1,7 +1,7 @@
[system] [system]
language=et language=et
keyboard=et
font smoothing=sbp font smoothing=sbp
font height=9
speaker mute=on speaker mute=on
[mouse] [mouse]
speed=1 speed=1

View File

@ -1,23 +0,0 @@
# Syntaxis is: <Program_Name> <Parameter(s)> <Delay_Time>
# Use "parameter value" for parameters with spaces. Use "" if no parameter is required.
# Delay time means how much the system should wait, before running the next line. It is measured in 1/100 seconds.
# If delay is negative, wait for termination of the spawned process. Otherwise, simply wait
#
#/SYS/CROPFLAT "XS800 YS480" 1 # set limits of screen
#/SYS/LOADDRV "COMMOUSE" 1 # serial mouse driver
#/SYS/DEVELOP/BOARD "" 1 # Load DEBUG board
#/SYS/refrscrn "" 1 # Refresh screen
/SYS/LOADDRV "RDC" 1 # videodriver for RDC M2010/M2012
/SYS/NETWORK/NETCFG A 1 #
/SYS/NETWORK/@ZEROCONF "" 1 # Network configuration
/SYS/ESKIN "" 1 # Set style
/SYS/@VOLUME "" 1 # Start volume daemon
/SYS/@TASKBAR "" 1 # Start taskbar
/SYS/@DOCKY "" 1 # Start docky
/SYS/SETUP BOOT 1 # Load device settings
/SYS/@ICON "" 1 # Multithread icon
#/SYS/@RB "" 1 # Desktop right-click menu
/SYS/@SS ASSM 1 # Screensaver
/SYS/TMPDISK A0 -1 # Add virtual RAM disk /tmp0/1
/SYS/SEARCHAP "" -1 # Search and mount additional system directory
### Hello, ASM World! ###

Binary file not shown.

View File

@ -2,9 +2,9 @@
startlng = 6 startlng = 6
[comkey] [comkey]
ccomkey1 = 1 ccomkey1 = 6
ccomkey2 = 4 ccomkey2 = 1
ccomkey3 = 7 ccomkey3 = 4
[altkey] [altkey]
altkey1 = 1 altkey1 = 1
@ -14,8 +14,8 @@ altkey4 = 3
altkey5 = 5 altkey5 = 5
altkey6 = 6 altkey6 = 6
altkey7 = 2 altkey7 = 2
altkey8 = 0 altkey8 = 8
altkey9 = 0 altkey9 = 9
altkey0 = 0 altkey0 = 0
[langs] [langs]
@ -26,3 +26,5 @@ altkey0 = 0
5 = Fr 5 = Fr
6 = Et 6 = Et
7 = Ua 7 = Ua
8 = It
9 = Be

View File

@ -1,7 +1,7 @@
[system] [system]
language=it language=it
keyboard=it
font smoothing=sbp font smoothing=sbp
font height=9
speaker mute=on speaker mute=on
[mouse] [mouse]
speed=1 speed=1

View File

@ -1,23 +0,0 @@
# Syntaxis is: <Program_Name> <Parameter(s)> <Delay_Time>
# Use "parameter value" for parameters with spaces. Use "" if no parameter is required.
# Delay time means how much the system should wait, before running the next line. It is measured in 1/100 seconds.
# If delay is negative, wait for termination of the spawned process. Otherwise, simply wait
#
#/SYS/CROPFLAT "XS800 YS480" 1 # set limits of screen
#/SYS/LOADDRV "COMMOUSE" 1 # serial mouse driver
#/SYS/DEVELOP/BOARD "" 1 # Load DEBUG board
#/SYS/refrscrn "" 1 # Refresh screen
/SYS/LOADDRV "RDC" 1 # videodriver for RDC M2010/M2012
/SYS/NETWORK/NETCFG A 1 #
/SYS/NETWORK/@ZEROCONF "" 1 # Network configuration
/SYS/ESKIN "" 1 # Set style
/SYS/@VOLUME "" 1 # Start volume daemon
/SYS/@TASKBAR "" 1 # Start taskbar
/SYS/@DOCKY "" 1 # Start docky
/SYS/SETUP BOOT 1 # Load device settings
/SYS/@ICON "" 1 # Multithread icon
#/SYS/@RB "" 1 # Desktop right-click menu
/SYS/@SS ASSM 1 # Screensaver
/SYS/TMPDISK A0 -1 # Add virtual RAM disk /tmp0/1
/SYS/SEARCHAP "" -1 # Search and mount additional system directory
### Hello, ASM World! ###

Binary file not shown.

View File

@ -1,10 +1,10 @@
[start] [start]
startlng = 1 startlng = 8
[comkey] [comkey]
ccomkey1 = 1 ccomkey1 = 8
ccomkey2 = 4 ccomkey2 = 1
ccomkey3 = 7 ccomkey3 = 4
[altkey] [altkey]
altkey1 = 1 altkey1 = 1
@ -14,8 +14,8 @@ altkey4 = 3
altkey5 = 5 altkey5 = 5
altkey6 = 6 altkey6 = 6
altkey7 = 2 altkey7 = 2
altkey8 = 0 altkey8 = 8
altkey9 = 0 altkey9 = 9
altkey0 = 0 altkey0 = 0
[langs] [langs]
@ -26,3 +26,5 @@ altkey0 = 0
5 = Fr 5 = Fr
6 = Et 6 = Et
7 = Ua 7 = Ua
8 = It
9 = Be

View File

@ -1,7 +1,7 @@
[system] [system]
language=ru language=ru
keyboard=ru
font smoothing=sbp font smoothing=sbp
font height=9
speaker mute=on speaker mute=on
[mouse] [mouse]
speed=1 speed=1

View File

@ -1,23 +0,0 @@
# Syntaxis is: <Program_Name> <Parameter(s)> <Delay_Time>
# Use "parameter value" for parameters with spaces. Use "" if no parameter is required.
# Delay time means how much the system should wait, before running the next line. It is measured in 1/100 seconds.
# If delay is negative, wait for termination of the spawned process. Otherwise, simply wait
#
#/SYS/CROPFLAT "XS800 YS480" 1 # set limits of screen
#/SYS/LOADDRV "COMMOUSE" 1 # serial mouse driver
#/SYS/DEVELOP/BOARD "" 1 # Load DEBUG board
#/SYS/refrscrn "" 1 # Refresh screen
/SYS/LOADDRV "RDC" 1 # videodriver for RDC M2010/M2012
/SYS/NETWORK/NETCFG A 1 #
/SYS/NETWORK/@ZEROCONF "" 1 # Network configuration
/SYS/ESKIN "" 1 # Set style
/SYS/@VOLUME "" 1 # Start volume daemon
/SYS/@TASKBAR "" 1 # Start taskbar
/SYS/@DOCKY "" 1 # Start docky
/SYS/SETUP BOOT 1 # Load device settings
/SYS/@ICON "" 1 # Multithread icon
#/SYS/@RB "" 1 # Desktop right-click menu
/SYS/@SS ASSM 1 # Screensaver
/SYS/TMPDISK A0 -1 # Add virtual RAM disk /tmp0/1
/SYS/SEARCHAP "" -1 # Search and mount additional system directory
### Hello, ASM World! ###

Binary file not shown.

View File

@ -1,10 +1,10 @@
[start] [start]
startlng = 1 startlng = 4
[comkey] [comkey]
ccomkey1 = 1 ccomkey1 = 4
ccomkey2 = 4 ccomkey2 = 7
ccomkey3 = 7 ccomkey3 = 1
[altkey] [altkey]
altkey1 = 1 altkey1 = 1
@ -14,8 +14,8 @@ altkey4 = 3
altkey5 = 5 altkey5 = 5
altkey6 = 6 altkey6 = 6
altkey7 = 2 altkey7 = 2
altkey8 = 0 altkey8 = 8
altkey9 = 0 altkey9 = 9
altkey0 = 0 altkey0 = 0
[langs] [langs]
@ -26,3 +26,5 @@ altkey0 = 0
5 = Fr 5 = Fr
6 = Et 6 = Et
7 = Ua 7 = Ua
8 = It
9 = Be

View File

@ -1,7 +1,7 @@
[system] [system]
language=sp language=sp
keyboard=sp
font smoothing=sbp font smoothing=sbp
font height=9
speaker mute=on speaker mute=on
[mouse] [mouse]
speed=1 speed=1

View File

@ -1,23 +0,0 @@
# Syntaxis is: <Program_Name> <Parameter(s)> <Delay_Time>
# Use "parameter value" for parameters with spaces. Use "" if no parameter is required.
# Delay time means how much the system should wait, before running the next line. It is measured in 1/100 seconds.
# If delay is negative, wait for termination of the spawned process. Otherwise, simply wait
#
#/SYS/CROPFLAT "XS800 YS480" 1 # set limits of screen
#/SYS/LOADDRV "COMMOUSE" 1 # serial mouse driver
#/SYS/DEVELOP/BOARD "" 1 # Load DEBUG board
#/SYS/refrscrn "" 1 # Refresh screen
/SYS/LOADDRV "RDC" 1 # videodriver for RDC M2010/M2012
/SYS/NETWORK/NETCFG A 1 #
/SYS/NETWORK/@ZEROCONF "" 1 # Network configuration
/SYS/ESKIN "" 1 # Set style
/SYS/@VOLUME "" 1 # Start volume daemon
/SYS/@TASKBAR "" 1 # Start taskbar
/SYS/@DOCKY "" 1 # Start docky
/SYS/SETUP BOOT 1 # Load device settings
/SYS/@ICON "" 1 # Multithread icon
#/SYS/@RB "" 1 # Desktop right-click menu
/SYS/@SS ASSM 1 # Screensaver
/SYS/TMPDISK A0 -1 # Add virtual RAM disk /tmp0/1
/SYS/SEARCHAP "" -1 # Search and mount additional system directory
### Hello, ASM World! ###

Binary file not shown.

View File

@ -4,7 +4,7 @@ startlng = 1
[comkey] [comkey]
ccomkey1 = 1 ccomkey1 = 1
ccomkey2 = 4 ccomkey2 = 4
ccomkey3 = 7 ccomkey3 = 0
[altkey] [altkey]
altkey1 = 1 altkey1 = 1
@ -14,8 +14,8 @@ altkey4 = 3
altkey5 = 5 altkey5 = 5
altkey6 = 6 altkey6 = 6
altkey7 = 2 altkey7 = 2
altkey8 = 0 altkey8 = 8
altkey9 = 0 altkey9 = 9
altkey0 = 0 altkey0 = 0
[langs] [langs]
@ -26,3 +26,5 @@ altkey0 = 0
5 = Fr 5 = Fr
6 = Et 6 = Et
7 = Ua 7 = Ua
8 = It
9 = Be