0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-30 05:28:11 +00:00

update key map

This commit is contained in:
Víctor Losada Hernández
2026-03-26 17:19:54 +01:00
parent 3a671cf48f
commit 96e1d6e100

View File

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