Bubb13 / EEex

An executable extender for Beamdog's Enhanced Edition of the Infinity Engine
50 stars 7 forks source link

Buttons pressed #56

Closed theernestrain closed 1 year ago

theernestrain commented 1 year ago

What do i need to disable to remove the buttons pressed notifications?

Bubb13 commented 1 year ago

If you accidentally toggled it on, you want to press the backtick (`) key.

To change the keybind, open override/B3Hotkey.lua, and locate the following line under B3Hotkey_Hotkeys

{function() B3Hotkey_TogglePrintKeys() end, {}, {0x60}},                               -- Key-Pressed Output Toggle ('`')

Change 0x60 to whatever key you wish, using the "[EEex] Pressed:" output from before to get the corresponding keycode. To disable the keybind completely, prepend -- to the start of the line.

theernestrain commented 1 year ago

Thanks a lot for your help

On Thu, Mar 16, 2023, 13:25 Bubb13 @.***> wrote:

If you accidentally toggled it on, you want to press the backtick (`) key.

To change the keybind, open override/B3Hotkey.lua, and locate the following line under B3Hotkey_Hotkeys

{function() B3Hotkey_TogglePrintKeys() end, {}, {0x60}}, -- Key-Pressed Output Toggle ('`')

Change 0x60 to whatever key you wish, using the "[EEex] Pressed:" output from before to get the corresponding keycode. To disable the keybind completely, prepend -- to the start of the line.

— Reply to this email directly, view it on GitHub https://github.com/Bubb13/EEex/issues/56#issuecomment-1472513379, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARHZBBIU6AVSPSA5YE7ENTDW4NLIRANCNFSM6AAAAAAV4S35W4 . You are receiving this because you authored the thread.Message ID: @.***>