|
@@ -422,10 +422,10 @@ static menu_entry EditMenu[] =
|
|
|
{' ', N_("C&ut to clipfile S-Del"), NULL_HOTKEY, menu_xcut_cmd},
|
|
|
{' ', N_("&Paste from clipfile S-Ins"), NULL_HOTKEY, menu_xpaste_cmd},
|
|
|
{' ', "", NULL_HOTKEY, 0},
|
|
|
- {' ', N_("Toggle bookmar&k "), NULL_HOTKEY, menu_toggle_bookmark_cmd},
|
|
|
- {' ', N_("&Next bookmark "), NULL_HOTKEY, menu_next_bookmark_cmd},
|
|
|
- {' ', N_("Pre&v bookmark "), NULL_HOTKEY, menu_prev_bookmark_cmd},
|
|
|
- {' ', N_("&Flush bookmark "), NULL_HOTKEY, menu_flush_bookmark_cmd},
|
|
|
+ {' ', N_("Toggle bookmar&k M-k"), NULL_HOTKEY, menu_toggle_bookmark_cmd},
|
|
|
+ {' ', N_("&Next bookmark M-j"), NULL_HOTKEY, menu_next_bookmark_cmd},
|
|
|
+ {' ', N_("Pre&v bookmark M-i"), NULL_HOTKEY, menu_prev_bookmark_cmd},
|
|
|
+ {' ', N_("&Flush bookmark M-o"), NULL_HOTKEY, menu_flush_bookmark_cmd},
|
|
|
{' ', "", NULL_HOTKEY, 0},
|
|
|
{' ', N_("&Undo C-u"), NULL_HOTKEY, menu_undo_cmd},
|
|
|
{' ', "", NULL_HOTKEY, 0},
|