simulate the meta key pressed when clicked, for macosx (#179)

This commit is contained in:
Athou
2013-05-26 11:32:36 +02:00
parent f04b24796c
commit d4b284eb80

View File

@@ -844,7 +844,7 @@ function($scope, $stateParams, $http, $route, $window, EntryService, SettingsSer
.createEvent('MouseEvents');
evt.initMouseEvent('click', true, true,
window, 0, 0, 0, 0, 0, true, false,
false, false, 0, null);
false, true, 0, null);
a.dispatchEvent(evt);
}
});