| Index: chrome/browser/resources/bookmark_manager/main.html
|
| diff --git a/chrome/browser/resources/bookmark_manager/main.html b/chrome/browser/resources/bookmark_manager/main.html
|
| index 76ed34517a14d396a619c3ee299ce6d485c4f461..df511622e1a3f7c3166f729849b243155a2592ad 100644
|
| --- a/chrome/browser/resources/bookmark_manager/main.html
|
| +++ b/chrome/browser/resources/bookmark_manager/main.html
|
| @@ -1545,7 +1545,8 @@ function handleCommand(e) {
|
| }
|
|
|
| // Delete on all platforms. On Mac we also allow Meta+Backspace.
|
| -$('delete-command').shortcut = 'U+007F' + (cr.isMac ? ' U+0008-meta' : '');
|
| +$('delete-command').shortcut = 'U+007F' +
|
| + (cr.isMac ? ' U+0008 U+0008-meta' : '');
|
|
|
| // Enter on all platforms. Mac we also support space and Command-Down !?!
|
| $('activate-command').shortcut = 'Enter' +
|
|
|