|
1385 | 1385 | { "key": "setting.mde.keymap_disable.open_home_page", "operator": "not_equal", "operand": true } |
1386 | 1386 | ] |
1387 | 1387 | }, |
1388 | | - { "keys": ["super+alt+d"], "command": "mde_open_page", "context": |
| 1388 | + { "keys": ["super+alt+j"], "command": "mde_open_journal", "context": |
1389 | 1389 | [ |
1390 | | - { "key": "selector", "operator": "equal", "operand": "meta.link.reference.wiki.description.markdown", "match_all": true }, |
1391 | | - { "key": "setting.mde.keymap_disable.open_page", "operator": "not_equal", "operand": true } |
| 1390 | + { "key": "selector", "operator": "equal", "operand": "text.html.markdown", "match_all": true }, |
| 1391 | + { "key": "setting.mde.keymap_disable.open_journal", "operator": "not_equal", "operand": true } |
1392 | 1392 | ] |
1393 | 1393 | }, |
1394 | | - { "keys": ["super+alt+d"], "command": "mde_make_page_reference", "context": |
| 1394 | + { "keys": ["f12"], "command": "mde_open_page", "context": |
1395 | 1395 | [ |
1396 | | - { "key": "selector", "operator": "equal", "operand": "text.html.markdown - (meta.link | markup.underline.link)", "match_all": true }, |
1397 | | - { "key": "setting.mde.keymap_disable.make_page_reference", "operator": "not_equal", "operand": true } |
| 1396 | + { "key": "selector", "operator": "equal", "operand": "meta.link.reference.wiki.description.markdown", "match_all": true }, |
| 1397 | + { "key": "setting.mde.keymap_disable.open_page", "operator": "not_equal", "operand": true } |
1398 | 1398 | ] |
1399 | 1399 | }, |
1400 | | - { "keys": ["super+alt+x"], "command": "mde_list_back_links", "context": |
| 1400 | + { "keys": ["shift+f12"], "command": "mde_list_back_links", "context": |
1401 | 1401 | [ |
1402 | | - { "key": "selector", "operator": "equal", "operand": "text.html.markdown", "match_all": true }, |
| 1402 | + { "key": "selector", "operator": "equal", "operand": "text.html.markdown - (meta.link | markup.underline.link | variable)", "match_all": true }, |
1403 | 1403 | { "key": "setting.mde.keymap_disable.list_back_links", "operator": "not_equal", "operand": true } |
1404 | 1404 | ] |
1405 | 1405 | }, |
1406 | | - { "keys": ["super+alt+j"], "command": "mde_open_journal", "context": |
| 1406 | + { "keys": ["super+alt+d"], "command": "mde_make_page_reference", "context": |
1407 | 1407 | [ |
1408 | | - { "key": "selector", "operator": "equal", "operand": "text.html.markdown", "match_all": true }, |
1409 | | - { "key": "setting.mde.keymap_disable.open_journal", "operator": "not_equal", "operand": true } |
| 1408 | + { "key": "selector", "operator": "equal", "operand": "text.html.markdown - (meta.link | markup.underline.link)", "match_all": true }, |
| 1409 | + { "key": "setting.mde.keymap_disable.make_page_reference", "operator": "not_equal", "operand": true } |
1410 | 1410 | ] |
1411 | 1411 | } |
1412 | 1412 | ] |
0 commit comments