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:
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user