diff --git a/nullboard.html b/nullboard.html
index 1ecdb3c..92e36af 100644
--- a/nullboard.html
+++ b/nullboard.html
@@ -4707,7 +4707,7 @@
Auto-backup
}
// ctrl-shift-8
- if (isNote && ev.key == '*' && ev.ctrlKey)
+ if (isNote && ev.key == '*' && ev.ctrlKey || isNote && ev.key == '8' && ev.metaKey && ev.shiftKey)
{
var have = this.value;
var pos = this.selectionStart;