Home | History | Annotate | Download | only in js

Lines Matching refs:Meta

1549 // Delete on all platforms. On Mac we also allow Meta+Backspace.
1551 (cr.isMac ? ' U+0008 Meta-U+0008' : '');
1553 $('open-in-same-window-command').shortcut = cr.isMac ? 'Meta-Down' :
1557 $('open-in-background-tab-command').shortcut = cr.isMac ? 'Meta-Enter' :
1559 $('open-in-new-tab-command').shortcut = cr.isMac ? 'Shift-Meta-Enter' :