6 ms·
I got fed up with this fairly recently, and remapped it so I can use ctrl-F for find, using AutoHotKey: #IfWinActive, ahk_class rctrl_renwnd32 ^f::Send, {F
by andyhnj 12y ago
I got fed up with this fairly recently, and remapped it so I can use ctrl-F for find, using AutoHotKey:
#IfWinActive, ahk_class rctrl_renwnd32
^f::Send, {F4}