Skip to content

Commit 6c256f8

Browse files
2 parents 35402f2 + 7d5caef commit 6c256f8

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,22 @@ Alternatively you can add the process name to its own column:
178178

179179
which 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

0 commit comments

Comments
 (0)