Download
(3 Kb)
Download
Updated: 02/05/22 09:23 AM
Pictures
File Info
Compatibility:
Ascending Tide (7.3.5)
Deadlands (7.2.5)
Waking Flame (7.1.5)
Blackwood (7.0.5)
Flames of Ambition (6.3.5)
Markarth (6.2.5)
Stonethorn (6.1.5)
Greymoor (6.0.5)
Updated:02/05/22 09:23 AM
Created:12/10/15 02:33 PM
Monthly downloads:6,189
Total downloads:420,975
Favorites:270
MD5:
libAddonKeybinds  Popular! (More than 5000 hits)
Version: 5
by: merlight, Baertram, votan
Stand-alone

This addon (it's actually no library which needs to be added as a dependency) splits the list of keybindings under Controls menu into Standard Keybinds and Addon Keybinds. It does that regardless of whether it is installed stand-alone or embedded in another add-on.


What it does
The addon hooks ZO_KeybindingsList's row setup and hide callbacks, and in these hooks fires custom callbacks via CALLBACK_MANAGER. The new callbacks are:

"libAddonKeybinds.SetupCategoryHeader" (rowControl, data)
"libAddonKeybinds.HideCategoryHeader" (rowControl, data)

"libAddonKeybinds.SetupKeybindRow" (rowControl, data)
"libAddonKeybinds.HideKeybindRow" (rowControl, data)

Example - adding custom setup/hide stuff to keybind Category header rows:
Lua Code:
  1. CALLBACK_MANAGER:RegisterCallback("libAddonKeybinds.SetupCategoryHeader",
  2.     function(rowControl, data)
  3.         df("setting up %q", data.categoryName)
  4.     end)
  5.  
  6. CALLBACK_MANAGER:RegisterCallback("libAddonKeybinds.HideCategoryHeader",
  7.     function(boundArg, rowControl, data)
  8.         df("%s %q", boundArg, data.categoryName)
  9.     end,
  10.     "hiding")
version 5
- API bump.
- Get rid of LibStub.

version 4
internal

version 3
- include AddOnVersion, IsLibrary fields in manifest
- avoid hard dependency on LibStub (not bundled anymore)

version 2
- replace colons in callback names with periods

version 1
- first release
Archived Files (3)
File Name
Version
Size
Uploader
Date
3
4kB
merlight
09/06/19 04:28 PM
2
5kB
merlight
12/15/15 02:08 PM
1
5kB
merlight
12/10/15 02:33 PM


Post A Reply Comment Options
Unread 06/12/23, 08:00 PM  
Elvis King

Forum posts: 2
File comments: 40
Uploads: 0
Re: Re: SOLVED ESO addon esc menu not working

Originally Posted by Baertram
This library here is not responsible for the ESC bug If you use the newest version properly. The ESC key bug haltend with older versions and especially with addons like GrdidView which are outdated and discontinued.

About libs in subfolders removal read here please:
https://www.esoui.com/forums/showthread.php?t=9149

Originally Posted by spacewolfplays
Originally Posted by Baertram
As older addons often had these libs shipped with addons in their subfolders you should always clear those AND check if they are available at Minion/esoui AND re-install via Minion/esoui then directly to your live/AddOns folder. This shoudl fix it like you also said already.
@Baertram do you have any suggestions on the best way to do this?

Or would you mind explaining roughly step by step?

Cause this libAddonKeybinds was definitely creating the esc menu issue for me, but it turns out I didnt even need this lib anymore for anything. I wasnt using Grid View for ages. I think I used it for 1hr total.

EDIT: I do need the addon for Combat Metrics. So I'm now reinstalling it to see if the updated version breaks things.
Yes! updated version of the addon fixed it. yay!


just in case this helps w/ google search. "solved eso addon esc menu not working"
Hi, been using this addon for a while now,works great never a problem for me. Much appreciated !

Question, I ran out of numbers from 1 to 9 ,when I try to use 0 and some symbols it just reboots game.
Is there something I can do to add more keybinds? Thanks so much .
Report comment to moderator  
Reply With Quote
Unread 06/13/23, 03:18 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 5054
File comments: 6119
Uploads: 78
Re: Re: Re: SOLVED ESO addon esc menu not working

You can install the EMAC addon to enable special keys like SHIFT, CTRL and ALT + others within ESO, or if you use pChat addon EMAC is included already (+ chat related improvements) e.g.

If your PC reboots??? as you press some keybinds you might have any other software running, that adds those keybinds globally to your system?
I never had the game reboot based on ESO keybinds

Originally Posted by Elvis King
Originally Posted by Baertram
This library here is not responsible for the ESC bug If you use the newest version properly. The ESC key bug haltend with older versions and especially with addons like GrdidView which are outdated and discontinued.

About libs in subfolders removal read here please:
https://www.esoui.com/forums/showthread.php?t=9149

Originally Posted by spacewolfplays
Originally Posted by Baertram
As older addons often had these libs shipped with addons in their subfolders you should always clear those AND check if they are available at Minion/esoui AND re-install via Minion/esoui then directly to your live/AddOns folder. This shoudl fix it like you also said already.
@Baertram do you have any suggestions on the best way to do this?

Or would you mind explaining roughly step by step?

Cause this libAddonKeybinds was definitely creating the esc menu issue for me, but it turns out I didnt even need this lib anymore for anything. I wasnt using Grid View for ages. I think I used it for 1hr total.

EDIT: I do need the addon for Combat Metrics. So I'm now reinstalling it to see if the updated version breaks things.
Yes! updated version of the addon fixed it. yay!


just in case this helps w/ google search. "solved eso addon esc menu not working"
Hi, been using this addon for a while now,works great never a problem for me. Much appreciated !

Question, I ran out of numbers from 1 to 9 ,when I try to use 0 and some symbols it just reboots game.
Is there something I can do to add more keybinds? Thanks so much .
Report comment to moderator  
Reply With Quote
Unread 06/13/23, 09:14 AM  
Elvis King

Forum posts: 2
File comments: 40
Uploads: 0
Thumbs up Re: Re: Re: Re: SOLVED ESO addon esc menu not working

Originally Posted by Baertram
You can install the EMAC addon to enable special keys like SHIFT, CTRL and ALT + others within ESO, or if you use pChat addon EMAC is included already (+ chat related improvements) e.g.

If your PC reboots??? as you press some keybinds you might have any other software running, that adds those keybinds globally to your system?
I never had the game reboot based on ESO keybinds

Originally Posted by Elvis King
Originally Posted by Baertram
This library here is not responsible for the ESC bug If you use the newest version properly. The ESC key bug haltend with older versions and especially with addons like GrdidView which are outdated and discontinued.

About libs in subfolders removal read here please:
https://www.esoui.com/forums/showthread.php?t=9149

Originally Posted by spacewolfplays
Originally Posted by Baertram
As older addons often had these libs shipped with addons in their subfolders you should always clear those AND check if they are available at Minion/esoui AND re-install via Minion/esoui then directly to your live/AddOns folder. This shoudl fix it like you also said already.
@Baertram do you have any suggestions on the best way to do this?

Or would you mind explaining roughly step by step?

Cause this libAddonKeybinds was definitely creating the esc menu issue for me, but it turns out I didnt even need this lib anymore for anything. I wasnt using Grid View for ages. I think I used it for 1hr total.

EDIT: I do need the addon for Combat Metrics. So I'm now reinstalling it to see if the updated version breaks things.
Yes! updated version of the addon fixed it. yay!


just in case this helps w/ google search. "solved eso addon esc menu not working"
Hi, been using this addon for a while now,works great never a problem for me. Much appreciated !

Question, I ran out of numbers from 1 to 9 ,when I try to use 0 and some symbols it just reboots game.
Is there something I can do to add more keybinds? Thanks so much .
Thanks again,will look at EMAC addon. Give it a go, keybind 0 and - Both come after 9. Check and see if your PC reboots UI. Thanks.
Report comment to moderator  
Reply With Quote
Unread 06/13/23, 09:26 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 5054
File comments: 6119
Uploads: 78
Re: Re: Re: Re: Re: SOLVED ESO addon esc menu not working

No, it does not reboot if I use 0 or ß or ´ or any other key next (right of) to 9 :-)
As I said: You either got any addon enabled that makes your pc crash then or got any ofter softwre enabled that does a reboot upon this global keybind?
Reboot means pc powers off and restarts then, so this is nothing addons can do at all! That's a windows or other OS feature and if a key press like 0 or - is all you need to press then either your PC is bugged (driver issue?) or any software in windows/OS does this, or there is another problem. But shouldn't be ESO or addons.

Originally Posted by Elvis King
Originally Posted by Baertram
You can install the EMAC addon to enable special keys like SHIFT, CTRL and ALT + others within ESO, or if you use pChat addon EMAC is included already (+ chat related improvements) e.g.

If your PC reboots??? as you press some keybinds you might have any other software running, that adds those keybinds globally to your system?
I never had the game reboot based on ESO keybinds

Originally Posted by Elvis King
Originally Posted by Baertram
This library here is not responsible for the ESC bug If you use the newest version properly. The ESC key bug haltend with older versions and especially with addons like GrdidView which are outdated and discontinued.

About libs in subfolders removal read here please:
https://www.esoui.com/forums/showthread.php?t=9149

Originally Posted by spacewolfplays
Originally Posted by Baertram
As older addons often had these libs shipped with addons in their subfolders you should always clear those AND check if they are available at Minion/esoui AND re-install via Minion/esoui then directly to your live/AddOns folder. This shoudl fix it like you also said already.
@Baertram do you have any suggestions on the best way to do this?

Or would you mind explaining roughly step by step?

Cause this libAddonKeybinds was definitely creating the esc menu issue for me, but it turns out I didnt even need this lib anymore for anything. I wasnt using Grid View for ages. I think I used it for 1hr total.

EDIT: I do need the addon for Combat Metrics. So I'm now reinstalling it to see if the updated version breaks things.
Yes! updated version of the addon fixed it. yay!


just in case this helps w/ google search. "solved eso addon esc menu not working"
Hi, been using this addon for a while now,works great never a problem for me. Much appreciated !

Question, I ran out of numbers from 1 to 9 ,when I try to use 0 and some symbols it just reboots game.
Is there something I can do to add more keybinds? Thanks so much .
Thanks again,will look at EMAC addon. Give it a go, keybind 0 and - Both come after 9. Check and see if your PC reboots UI. Thanks.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: