Remove backspace press when doing stash search

Fixes #694
This commit is contained in:
kvan7
2025-12-20 08:33:08 -06:00
parent 0bb1e91637
commit 25c2e2cd5b
-2
View File
@@ -63,8 +63,6 @@ export function stashSearch(
overlay.assertGameActive();
clipboard.writeText(text);
uIOhook.keyTap(Key.F, [Key.Ctrl]);
// HACK: While https://www.pathofexile.com/forum/view-thread/3854775
uIOhook.keyTap(Key.Backspace);
uIOhook.keyTap(Key.V, [
process.platform === "darwin" ? Key.Meta : Key.Ctrl,