~lthms/varuna

a65a186816bbe58abe2d26cd997e1e327bfd7a91 — Thomas Letan 5 years ago a98d12f
chore: Small tweaks for shortcuts
1 files changed, 2 insertions(+), 2 deletions(-)

M index.html
M index.html => index.html +2 -2
@@ 134,8 134,8 @@
          hotkeys('ctrl+i', insertMarkers('*', '*□'));
          hotkeys('ctrl+g', insertMarkers('+', '+□'));
          hotkeys('ctrl+r', insertMarkers('[', ']□'));
          hotkeys('ctrl+shift+r', insertMarkers('[', '|□|□](□)□'));
          hotkeys('ctrl+shift+a', insertMarkers('(', ')□'));
          hotkeys('ctrl+shift+r', insertMarkers('[', '|□|□](□) □'));
          hotkeys('ctrl+shift+t', insertMarkers('<', '|□|□>(□) □'));
          hotkeys('ctrl+p', insertMarkers('_________personnage________\n', '\n___________________________\n\n□'));
          hotkeys('ctrl+d', insertMarkers('____________date___________\n', '\n___________________________\n\n□'));
          hotkeys('tab', findNextHole);