don't conflict with macro recording key

develop
Myk Taylor 2023-09-30 23:31:56 -07:00
parent b672e40851
commit 6e2adaa3a9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -100,7 +100,7 @@ function OrdersOverlay:init()
widgets.HotkeyLabel{
frame={t=0, l=15},
label='recheck',
key='CUSTOM_CTRL_R',
key='CUSTOM_CTRL_K',
auto_width=true,
on_activate=do_recheck,
},