1
0
mirror of synced 2025-01-22 19:42:11 +01:00

fix: Copy-paste error with "Extend selection left" shortcut name

This commit is contained in:
WerWolv 2025-01-11 16:42:00 +01:00
parent 4b6ff68464
commit b206e9fc95

View File

@ -872,7 +872,7 @@
"hex.builtin.view.hex_editor.shortcut.enter_editing": "Enter editing mode", "hex.builtin.view.hex_editor.shortcut.enter_editing": "Enter editing mode",
"hex.builtin.view.hex_editor.shortcut.selection_right": "Extend selection to the right", "hex.builtin.view.hex_editor.shortcut.selection_right": "Extend selection to the right",
"hex.builtin.view.hex_editor.shortcut.cursor_right": "Move cursor to the right", "hex.builtin.view.hex_editor.shortcut.cursor_right": "Move cursor to the right",
"hex.builtin.view.hex_editor.shortcut.selection_left": "Move cursor to the left", "hex.builtin.view.hex_editor.shortcut.selection_left": "Extend selection to the left",
"hex.builtin.view.hex_editor.shortcut.cursor_left": "Move cursor to the left", "hex.builtin.view.hex_editor.shortcut.cursor_left": "Move cursor to the left",
"hex.builtin.view.hex_editor.shortcut.selection_up": "Extend selection up", "hex.builtin.view.hex_editor.shortcut.selection_up": "Extend selection up",
"hex.builtin.view.hex_editor.shortcut.cursor_up": "Move cursor up one line", "hex.builtin.view.hex_editor.shortcut.cursor_up": "Move cursor up one line",