From 7bc429018c0587f6806873e0c65959eb0de4087f Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 30 Dec 2024 23:39:39 +0100 Subject: fix(modules/legacy/river): Include usage and usage_page in spawn cmd This should probably be configurable, but right-now hardcoding works. --- modules/home.legacy/wms/river/res/moonlander.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home.legacy/wms') diff --git a/modules/home.legacy/wms/river/res/moonlander.ron b/modules/home.legacy/wms/river/res/moonlander.ron index 4051635f..247c1697 100644 --- a/modules/home.legacy/wms/river/res/moonlander.ron +++ b/modules/home.legacy/wms/river/res/moonlander.ron @@ -47,7 +47,7 @@ RiverctlCommandArray( RiverctlCommand( map_mode: Map, mode: ["normal"], key: "0", mods: "Alt+Control+Shift", command: "set-view-tags", command_args: "4294967295"), // Support Unicode input - RiverctlCommand( map_mode: Map, mode: ["normal"], key: "Z", mods: "Alt+Control+Super+Shift", command: "spawn", command_args: "qmk-unicode-type",), + RiverctlCommand( map_mode: Map, mode: ["normal"], key: "Z", mods: "Alt+Control+Super+Shift", command: "spawn", command_args: "qmk-unicode-type 106 65377",), // Mouse RiverctlCommand( map_mode: MapMouse, mode: ["normal"], key: "BTN_LEFT", mods: "Super", command: "move-view", command_args: None,), -- cgit 1.4.1