feat: dvorak-friendly split keybindings (Ctrl-A v/s)

This commit is contained in:
Mortdecai
2026-03-26 19:07:28 -04:00
parent 5f1beb4d4d
commit 2cca6f3900
3 changed files with 9 additions and 3 deletions
+2 -1
View File
@@ -38,7 +38,8 @@
'<button data-k="\\x1bOB">\u25BC</button>'+
'<div class="sep"></div>'+
'<button class="hi" id="selbtn" data-sel="1">Sel</button>'+
'<button data-k="\\x01%">Spl</button>'+
'<button data-k="\\x01v">V.Spl</button>'+
'<button data-k="\\x01s">H.Spl</button>'+
'<button data-k="\\x01o">Pane</button>'+
'<button data-k="\\x01x">Kill</button>';
document.body.appendChild(bar);