0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-29 14:18:11 +00:00

revert tab function to live behavior

This commit is contained in:
Víctor Losada Hernández
2026-03-29 00:49:08 +01:00
parent eb99af2735
commit 0fcf6dfe89
2 changed files with 8 additions and 2 deletions

View File

@@ -209,8 +209,8 @@ const newPage = (view)=>{
export default keymap.of([
{ key: 'Tab', run: insertTabAtCursor },
{ key: 'Shift-Tab', run: indentMore },
{ key: 'Mod-Shift-Tab', run: indentLess },
//{ key: 'Shift-Tab', run: indentMore },
{ key: 'Shift-Tab', run: indentLess },
{ key: 'Mod-b', run: makeBold },
{ key: 'Mod-i', run: makeItalic },
{ key: 'Mod-u', run: makeUnderline },