mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-04-02 05:08:14 +00:00
update key map
This commit is contained in:
@@ -197,8 +197,8 @@ const newPage = (view)=>{
|
||||
};
|
||||
|
||||
export const customKeymap = keymap.of([
|
||||
{ key: 'Tab', run: indentMore },
|
||||
{ key: 'Shift-Tab', run: indentLess },
|
||||
{ key: 'Shift-Tab', run: indentMore },
|
||||
{ key: 'Mod-Shift-Tab', run: indentLess },
|
||||
{ key: 'Mod-b', run: makeBold },
|
||||
{ key: 'Mod-i', run: makeItalic },
|
||||
{ key: 'Mod-u', run: makeUnderline },
|
||||
|
||||
Reference in New Issue
Block a user