Subversion Repositories Kolibri OS

Rev

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

Rev 5801 Rev 5803
Line 395... Line 395...
395
								break;
395
								break;
396
						case 47:  //Ctrl+V
396
						case 47:  //Ctrl+V
397
								Paste();
397
								Paste();
398
								break;
398
								break;
399
						case 032: //Ctrl+D - set as bg
399
						case 032: //Ctrl+D - set as bg
400
								strncpy(#temp, "\\S__",4);
400
								strlcpy(#temp, "\\S__",4);
401
								strcat(#temp, #file_path);
401
								strcat(#temp, #file_path);
402
								RunProgram("/sys/media/kiv", #temp);
402
								RunProgram("/sys/media/kiv", #temp);
403
								break;
403
								break;
404
						case 049: //Ctrl+N - create new window
404
						case 049: //Ctrl+N - create new window
405
								if (Form.left==98) MoveSize(Form.left-20,Form.top-20,OLD,OLD);
405
								if (Form.left==98) MoveSize(Form.left-20,Form.top-20,OLD,OLD);