Subversion Repositories Kolibri OS

Rev

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

Rev 7640 Rev 7730
Line 122... Line 122...
122
			{
122
			{
123
				if (key_scancode == SCAN_CODE_SPACE)
123
				if (key_scancode == SCAN_CODE_SPACE)
124
				{
124
				{
125
					EventCheckBoxClick(notes.cur_y);
125
					EventCheckBoxClick(notes.cur_y);
126
				}
126
				}
127
				break;
-
 
128
			}
127
			}
129
			switch(key_scancode)
128
			switch(key_scancode)
130
			{
129
			{
131
				case SCAN_CODE_ESC:
130
				case SCAN_CODE_ESC:
132
					EventExitApp();
131
					EventExitApp();