File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,6 +178,22 @@ Alternatively you can add the process name to its own column:
178178
179179which is enabled by default.
180180
181+ ### 22.05.2023
182+
183+ _ Do not trigger hotkey for window title_
184+
185+ There might be windows you do not want the hotkey to be triggered for.
186+ For example you have the tool running on your local computer and you are also using it via remote desktop.
187+ Pressing the hotkey then triggers the tool on your local computer and also on the remote computer.
188+
189+ To prevent this you can add the window title to the following list:
190+
191+ - copy list_do_not_trigger_example.txt to list_do_not_trigger.txt
192+ - add the window title to the list seperated by a "|". Partial matches are possible.
193+
194+ Example:
195+ remote|AnyDesk
196+
181197<hr >
182198
183199# setttins.ini
You can’t perform that action at this time.
0 commit comments