[latexila] Add Ctrl+E shortcut for \emph{}
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Add Ctrl+E shortcut for \emph{}
- Date: Thu, 14 Mar 2013 17:31:57 +0000 (UTC)
commit 58391b6998bc6f85df5d4d34ba1ddcd7cfdb11cf
Author: Sébastien Wilmet <swilmet gnome org>
Date: Thu Mar 14 18:30:00 2013 +0100
Add Ctrl+E shortcut for \emph{}
It also works when some text is selected.
src/latex_menu.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/latex_menu.vala b/src/latex_menu.vala
index 3323793..9f3f760 100644
--- a/src/latex_menu.vala
+++ b/src/latex_menu.vala
@@ -140,7 +140,7 @@ public class LatexMenu : Gtk.ActionGroup
N_("Small Capitals - \\textsc"), on_text_small_caps },
{ "SansSerif", "sans_serif", "\\texts_f", null,
N_("Sans Serif - \\textsf"), on_text_sans_serif },
- { "Emph", null, "\\_emph", null,
+ { "Emph", null, "\\_emph", "<Control>E",
N_("Emphasized - \\emph"), on_text_emph },
{ "Underline", "underline", "\\_underline", null,
N_("Underline - \\underline"), on_text_underline },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]