X-Git-Url: http://git.sourceforge.jp/view?p=neighbornote%2FNeighborNote.git;a=blobdiff_plain;f=src%2Fcx%2Ffbn%2Fnevernote%2Fgui%2FShortcutKeys.java;h=913cb5713f2bf31a502b5a544850121cb92a031f;hp=906cee36a9c2e42a9cc8f9fb82b6d9e3ed5e4f92;hb=f3b0073b0c0da55b77d3a333a9cec7c601349616;hpb=c2135d7597852a30950f1f31e8bbc5ad16508b92 diff --git a/src/cx/fbn/nevernote/gui/ShortcutKeys.java b/src/cx/fbn/nevernote/gui/ShortcutKeys.java index 906cee3..913cb57 100644 --- a/src/cx/fbn/nevernote/gui/ShortcutKeys.java +++ b/src/cx/fbn/nevernote/gui/ShortcutKeys.java @@ -1,5 +1,5 @@ /* - * This file is part of NeverNote + * This file is part of NixNote * Copyright 2009 Randy Baumgarte * * This file may be licensed under the terms of of the @@ -180,7 +180,7 @@ public class ShortcutKeys { Format_Strikethrough = new String("Ctrl+-"); // Strikethrough Format_Horizontal_Line = new String(); // Href line Format_Superscript = new String("Ctrl+="); // Set superscript - Format_Subscript = new String("Ctrl++Shift+="); // Subscript + Format_Subscript = new String("Ctrl+Shift+="); // Subscript Format_Alignment_Left = new String("Ctrl+L"); // Left align text Format_Alignment_Center = new String("Ctrl+E"); // Center text Format_Alignment_Right = new String("Ctrl+R"); // Right align text @@ -233,7 +233,7 @@ public class ShortcutKeys { loadKey("Edit_Paste_Without_Formatting", Edit_Paste_Without_Formatting); loadKey("Edit_Insert_Hyperlink", Edit_Insert_Hyperlink); loadKey("Edit_Insert_Table_Row", Edit_Insert_Table_Row); - loadKey("Edit_Insert_Table_Row", Edit_Delete_Table_Row); + loadKey("Edit_Delete_Table_Row", Edit_Delete_Table_Row); loadKey("Edit_Insert_Todo", Edit_Insert_Todo); loadKey("Edit_Rotate_Image_Right", Edit_Rotate_Image_Right); loadKey("Edit_Rotate_Image_Left", Edit_Rotate_Image_Left);