summaryrefslogtreecommitdiff
path: root/src/ui/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.c')
-rw-r--r--src/ui/window.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index a447340b..a4734675 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -163,23 +163,23 @@ static const iMenuItem viewMenuItems_[] = {
163 163
164static iMenuItem bookmarksMenuItems_[] = { 164static iMenuItem bookmarksMenuItems_[] = {
165 { "Bookmark This Page...", SDLK_d, KMOD_PRIMARY, "bookmark.add" }, 165 { "Bookmark This Page...", SDLK_d, KMOD_PRIMARY, "bookmark.add" },
166 { "Subscribe to This Page...", subscribeToPage_KeyModifier, "feeds.subscribe" },
166 { "---", 0, 0, NULL }, 167 { "---", 0, 0, NULL },
167 { "Import All Links on Page...", 0, 0, "bookmark.links confirm:1" }, 168 { "Import All Links on Page...", 0, 0, "bookmark.links confirm:1" },
168 { "---", 0, 0, NULL }, 169 { "---", 0, 0, NULL },
169 { "List All", 0, 0, "open url:about:bookmarks" }, 170 { "List All", 0, 0, "open url:about:bookmarks" },
170 { "List by Tag", 0, 0, "open url:about:bookmarks?tags" }, 171 { "List by Tag", 0, 0, "open url:about:bookmarks?tags" },
171 { "List by Creation Time", 0, 0, "open url:about:bookmarks?created" }, 172 { "List by Creation Time", 0, 0, "open url:about:bookmarks?created" },
172 { "Refresh Remote Sources", 0, 0, "bookmarks.reload.remote" },
173 { "---", 0, 0, NULL },
174 { "Subscribe to This Page...", subscribeToPage_KeyModifier, "feeds.subscribe" },
175 { "Show Feed Entries", 0, 0, "open url:about:feeds" }, 173 { "Show Feed Entries", 0, 0, "open url:about:feeds" },
174 { "---", 0, 0, NULL },
175 { "Refresh Remote Bookmarks", 0, 0, "bookmarks.reload.remote" },
176 { "Refresh Feeds", SDLK_r, KMOD_PRIMARY | KMOD_SHIFT, "feeds.refresh" }, 176 { "Refresh Feeds", SDLK_r, KMOD_PRIMARY | KMOD_SHIFT, "feeds.refresh" },
177}; 177};
178 178
179static const iMenuItem identityMenuItems_[] = { 179static const iMenuItem identityMenuItems_[] = {
180 { "New Identity...", SDLK_n, KMOD_PRIMARY | KMOD_SHIFT, "ident.new" }, 180 { "New Identity...", SDLK_n, KMOD_PRIMARY | KMOD_SHIFT, "ident.new" },
181 { "---", 0, 0, NULL }, 181 { "---", 0, 0, NULL },
182 { "Import...", 0, 0, "ident.import" }, 182 { "Import...", SDLK_i, KMOD_PRIMARY | KMOD_SHIFT, "ident.import" },
183}; 183};
184 184
185static const iMenuItem helpMenuItems_[] = { 185static const iMenuItem helpMenuItems_[] = {