Page 1 of 1

About config.keymap['hide_windows'].append('mouseup_3')

Posted: Fri Jul 12, 2013 7:35 am
by kikcac

Code: Select all

config.keymap['hide_windows'].append('mouseup_3')
This code hides the text box when right-clicking but it also hides the Yes/No screen.
I want to know how to make it stop hiding that.

Thank you in advance!

Re: About config.keymap['hide_windows'].append('mouseup_3')

Posted: Fri Jul 12, 2013 9:07 am
by pwisaguacate
hide_windows and HideInterface() normally are supposed to hide everything and then unhide when the use left clicks.

(Other than that, sorry I'm not able to answer your question.)