Patch #5148 ยป context_menu.js
| 1 |
Index: public/javascripts/context_menu.js |
|---|---|
| 2 |
===================================================================
|
| 3 |
--- public/javascripts/context_menu.js (revision 3608) |
| 4 |
+++ public/javascripts/context_menu.js (working copy) |
| 5 |
@@ -53,7 +53,7 @@ |
| 6 |
tr.removeClassName('context-menu-selection'); |
| 7 |
}
|
| 8 |
} else { |
| 9 |
- if (e.ctrlKey) { |
| 10 |
+ if (e.ctrlKey || e.metaKey) { |
| 11 |
this.toggleSelection(tr); |
| 12 |
} else if (e.shiftKey) { |
| 13 |
if (this.lastSelected != null) { |