Subversion Repositories Kolibri OS

Rev

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

Rev 7771 Rev 7793
Line 96... Line 96...
96
				links[active].w, links[active].h, 0);
96
				links[active].w, links[active].h, 0);
97
				return false;
97
				return false;
98
			}
98
			}
99
			if (mouse.mkm) && (mouse.up) {
99
			if (mouse.mkm) && (mouse.up) {
100
				if (key_modifier&KEY_LSHIFT) || (key_modifier&KEY_RSHIFT) {
100
				if (key_modifier&KEY_LSHIFT) || (key_modifier&KEY_RSHIFT) {
101
					open_new_window = true;
101
					ProcessEvent(IN_NEW_TAB);
102
					EventClickLink(PageLinks.GetURL(PageLinks.active));
-
 
103
					open_new_window = false;
-
 
104
				} else {
102
				} else {
105
					open_new_tab = true;
-
 
106
					EventClickLink(PageLinks.GetURL(PageLinks.active));
-
 
107
					open_new_tab = false;
103
					ProcessEvent(IN_NEW_WINDOW);
108
				}
104
				}
109
				return false;
105
				return false;
110
			}
106
			}
111
			if (mouse.lkm) && (mouse.up) { 
107
			if (mouse.lkm) && (mouse.up) { 
112
				CursorPointer.Restore();
108
				CursorPointer.Restore();