mirror of
https://github.com/morgant/mlvwmrc.git
synced 2025-03-13 04:31:54 +00:00
65 lines
1.5 KiB
Plaintext
65 lines
1.5 KiB
Plaintext
Menu Chrome-File, Label "File", Left
|
|
"New Tab" Action SendMessage C+T
|
|
"New Window" Action SendMessage C+N
|
|
"New Incognito Window" Action SendMessage SC+N
|
|
"Reopen Closed Tab" Action SendMessage SC+T
|
|
"Open File..." Action SendMessage C+O
|
|
"Open Location..." Action SendMessage C+L
|
|
"" NonSelect
|
|
"Close Window" Action SendMessage SC+W
|
|
"Close Tab" Action SendMessage C+W
|
|
"" NonSelect
|
|
"Quit" Action SendMessage SC+Q
|
|
END
|
|
|
|
Menu Chrome-View, Label "View", Left
|
|
"Show/Hide Bookmarks Bar" Action SendMessage SC+B
|
|
"" NonSelect
|
|
"Stop" Action SendMessage N+Escape
|
|
"Reload This Page" Action SendMessage C+R
|
|
"" NonSelect
|
|
"Actual Size" Action SendMessage C+0
|
|
"Zoom In" Action SendMessage C+plus
|
|
"Zoom Out" Action SendMessage C+minus
|
|
"" NonSelect
|
|
"Developer Tools" Action SendMessage SC+I
|
|
END
|
|
|
|
Menu Chrome-History, Label "History", Left
|
|
"Home" NonSelect, Gray
|
|
"Back" NonSelect, Gray
|
|
"Forward" NonSelect, Gray
|
|
"" NonSelect
|
|
"Show Full History" Action SendMessage C+H
|
|
END
|
|
|
|
Menu Chrome-Bookmarks, Label "Bookmarks", Left
|
|
"Bookmark Manager" Action SendMessage SC+O
|
|
"Bookmark This Page..." Action SendMessage C+D
|
|
"Bookmark All Tabs..." Action SendMessage SC+D
|
|
END
|
|
|
|
Menu Chrome-Window, Label "Window", Left
|
|
"Select Next Tab" Action SendMessage C+Tab
|
|
"Select Previous Tab" Action SendMessage SC+Tab
|
|
"" NonSelect
|
|
"Downloads" Action SendMessage C+J
|
|
"Extensions" NonSelect, Gray
|
|
"Task Manager" Action SendMessage S+Escape
|
|
END
|
|
|
|
MenuBar Chrome
|
|
Chrome-File
|
|
def-Edit
|
|
Chrome-View
|
|
Chrome-History
|
|
Chrome-Bookmarks
|
|
Chrome-Window
|
|
END
|
|
|
|
Style
|
|
"Chromium*" NoSBarH, NoSBarV
|
|
"Chromium*" MiniIcon chromium.xpm, MenuBar Chrome
|
|
END
|
|
|