Thread Tools Display Modes
08/10/17, 05:21 AM   #1
p6kocka
Join Date: Apr 2014
Posts: 19
How to check keybinding for an addon?

Iīm using "TinydogsCraftingCalculator" addon. But the keybinding isnīt for some reason showing in CONTROLS menu. How to check if it set right or how to bind a key outside game?
  Reply With Quote
08/10/17, 06:25 AM   #2
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
Originally Posted by p6kocka View Post
Iīm using "TinydogsCraftingCalculator" addon. But the keybinding isnīt for some reason showing in CONTROLS menu. How to check if it set right or how to bind a key outside game?
I took a look into the source. The key-bind is shown in CONTROLS if a display-text is defined only. And this will happen for English only. So I assume you are not playing in English?

You can go to the TinydogsCraftingCalculator.txt and replace:
lang/$(language).lua
with
lang/EN.lua

Now the key-bind should be visible (again).
  Reply With Quote
08/10/17, 07:22 AM   #3
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
Or conmment on addon page if it's not done, about this issue. it should be the author (or the guy sneaking here) who should solve this issue..
  Reply With Quote
08/10/17, 08:05 AM   #4
p6kocka
Join Date: Apr 2014
Posts: 19
Originally Posted by votan View Post
I took a look into the source. The key-bind is shown in CONTROLS if a display-text is defined only. And this will happen for English only. So I assume you are not playing in English?

You can go to the TinydogsCraftingCalculator.txt and replace:
lang/$(language).lua
with
lang/EN.lua

Now the key-bind should be visible (again).
Yes. I am on german client.
  Reply With Quote
08/10/17, 08:10 AM   #5
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
Originally Posted by p6kocka View Post
Yes. I am on german client.
Ok. If it's working, report it to Tinydog.
  Reply With Quote
08/10/17, 08:13 AM   #6
p6kocka
Join Date: Apr 2014
Posts: 19
I'll do it later and I'll let him know. Thank you for your help.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » How to check keybinding for an addon?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off