From 856648d957935b7a3a690716ebfea23df8577290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Cao=20Minh?= <35196884+hoangcaominh@users.noreply.github.com> Date: Mon, 26 Jan 2026 01:28:24 +1100 Subject: [PATCH] feat: generate additional symlinks for resize cursors --- index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 664166b..7470ae1 100755 --- a/index.html +++ b/index.html @@ -269,9 +269,17 @@ ln -sf ${mappings.all_scroll} all-scroll ln -sf ${mappings.all_scroll} size_all ln -sf ${mappings.vertical} ns-resize +ln -sf ${mappings.vertical} n-resize +ln -sf ${mappings.vertical} s-resize ln -sf ${mappings.horizontal} ew-resize +ln -sf ${mappings.horizontal} e-resize +ln -sf ${mappings.horizontal} w-resize ln -sf ${mappings.diag1} nwse-resize +ln -sf ${mappings.diag1} nw-resize +ln -sf ${mappings.diag1} se-resize ln -sf ${mappings.diag2} nesw-resize +ln -sf ${mappings.diag2} ne-resize +ln -sf ${mappings.diag2} sw-resize ln -sf ${mappings.pin} pin ln -sf ${mappings.pin} location-arrow`; setScriptContent(generated); @@ -907,4 +915,5 @@