Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-05-13 18:20:33 +02:00
parent 7d4f32549e
commit 9ab7f12bf4
8 changed files with 28 additions and 29 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ type GlobalKeys struct {
Left string `mapstructure:"left"`
Right string `mapstructure:"right"`
CycleFocus string `mapstructure:"cycle_focus"`
CopyAs string `mapstructure:"copy_as"`
Copy string `mapstructure:"copy"`
CopyAs string `mapstructure:"copy_as"`
Copy string `mapstructure:"copy"`
SendToReplay string `mapstructure:"send_to_replay"`
ScrollUp string `mapstructure:"scroll_up"`
ScrollDown string `mapstructure:"scroll_down"`