Subversion Repositories Kolibri OS

Rev

Rev 4412 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4412 Rev 4533
Line 1... Line 1...
1
//Leency - 2012-2013
1
//Leency - 2012-2013
Line 2... Line 2...
2
 
2
 
3
char *ITEMS_LIST[]={
3
char *ITEMS_LIST[]={
4
"WIN                  F5",54,
4
"WIN              Ctrl+E",05,
5
"DOS              Ctrl+D",04,
5
"DOS              Ctrl+D",04,
6
"KOI              Ctrl+K",11,
6
"KOI              Ctrl+K",11,
7
"UTF              Ctrl+U",21,
7
"UTF              Ctrl+U",21,
8
#ifdef LANG_RUS
8
#ifdef LANG_RUS
9
"ˆá室­¨ª áâà ­¨æë    F3",52,
9
"ˆá室­¨ª áâà ­¨æë    F3",52,
10
"Žç¨áâ¨âì ªíè ª à⨭®ª"  ,02,
10
"Žç¨áâ¨âì ªíè ª à⨭®ª"  ,02,
11
#else
11
#else
12
"View source          F3",52,
12
"View source          F3",52,
13
"Free image cache"       ,02,
13
"Free image cache"       ,09,
14
#endif
14
#endif
Line 15... Line 15...
15
0}; 
15
0}; 
16
 
16