Skip to content

Commit b1091f4

Browse files
committed
delete edax-like book fix from shortcut key settings #513
1 parent d66fa76 commit b1091f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gui/function/shortcut_key.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ std::vector<Shortcut_key_elem> shortcut_keys_default = {
119119
{U"book_start_deviate_with_transcript", {}, {{"book", "book"}, {"book", "book_operation"}, {"book", "book_deviate_with_transcript"}}},
120120
{U"book_start_store", {}, {{"book", "book"}, {"book", "book_operation"}, {"book", "book_store"}}},
121121
{U"book_start_fix", {}, {{"book", "book"}, {"book", "book_operation"}, {"book", "book_fix"}}},
122-
{U"book_start_fix_edax", {}, {{"book", "book"}, {"book", "book_operation"}, {"book", "book_fix_edax"}}},
122+
// {U"book_start_fix_edax", {}, {{"book", "book"}, {"book", "book_operation"}, {"book", "book_fix_edax"}}},
123123
{U"book_start_reducing", {}, {{"book", "book"}, {"book", "book_operation"}, {"book", "book_reduce"}}},
124124
{U"book_start_recalculate_leaf", {}, {{"book", "book"}, {"book", "book_operation"}, {"book", "book_recalculate_leaf"}}},
125125
{U"book_start_recalculate_n_lines", {}, {{"book", "book"}, {"book", "book_operation"}, {"book", "book_recalculate_n_lines"}}},

0 commit comments

Comments
 (0)