Subversion Repositories Kolibri OS

Rev

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

Rev 4029 Rev 4034
Line 421... Line 421...
421
	if (id==202) FnProcess(3); //F3
421
	if (id==202) FnProcess(3); //F3
422
	if (id==203) FnProcess(4); //F4
422
	if (id==203) FnProcess(4); //F4
423
	if (id==104) Copy(#file_path, NOCUT);
423
	if (id==104) Copy(#file_path, NOCUT);
424
	if (id==105) Copy(#file_path, CUT);
424
	if (id==105) Copy(#file_path, CUT);
425
	if (id==106) CreateThread(#Paste,#copy_stak);
425
	if (id==106) CreateThread(#Paste,#copy_stak);
426
	if (id==107) FnProcess(2);
426
	if (id==207) FnProcess(2);
427
	if (id==108) Del_Form();
427
	if (id==108) Del_Form();
428
	if (id==109) FnProcess(5);
428
	if (id==109) FnProcess(5);
429
}
429
}