Download
(7Kb)
Download
Updated: 10-20-09 11:55 AM
Pictures
File Info
Updated:10-20-09 11:55 AM
Created:unknown
Downloads:12,668
Favorites:152
MD5:

BindingsReminder  Popular! (More than 5000 hits)

Version: 1.0-30200
by: Lothay [More]

Simple mod that shows you a keyboard layout with buttons that have some sort of action associated with them highlighted.

Use /br show to show the keyboard
Use /br hide to hide the keyboard (or click the X in the upper right hand corner)
Use /br layouts to list the available layouts (I am accepting additional layouts)
Use /br layout dvorak to switch to dvorak layout
Use /br layout qwerty to switch to qwerty layout

See screenshots.

* Works with 4.2 - June 30, 2011

1.0-30200
- bump toc so it is not removed from wowi :D
1.0-20400
- add support for myBindings2 by opening the keyboard more reliably.
0.9-20400
- can now switch between dvorak and qwerty layouts
0.8-20400
- relativeTo ~= relativePoint
0.7-20400
- made the buttons bigger
- now opens with the keybinding interface
- updates when you update the keybinding from the blizzard keybinding
interface
0.6-20400
- updated toc to 20400
- changed layout back to qwerty
- made some of the commands look nicer
- made frame movable
0.5-20003
- updated toc to 20003
- added a close button to the keyboard
0.4-20000
- made the keys look prettier...whiny baby guildies...
0.3-20000
- fixed a typo preventing modified keys working
- removed dev stuff
0.2-20000
- changed method to figure out what keys are used, works more better now
0.1-20000
- initial release
Optional Files (0)


Post A Reply Comment Options
Unread 02-03-11, 02:24 PM  
Lothay
A Deviate Faerie Dragon
 
Lothay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 15
File comments: 8
Uploads: 2
Originally posted by litesung
I have a request for this addon, I was wondering if you could make one for the Logitech G510 Keybaord layout, or the G19 Keybaord layout, because I use those keyboards when I play WoW, as well as many other people who are fans of Logitech Gaming keyboards.

Also, I was trying to skin this with skinner to match RealUI, but I couldn't find the file to drag into "SkinMe"... Is this addon skinnable?
Josh and I will look into these as features for a future version.
Report comment to moderator  
Reply With Quote
Unread 01-19-11, 05:36 PM  
JoshBorke
A Chromatic Dragonspawn
 
JoshBorke's Avatar
AddOn Author - Click to view AddOns

Forum posts: 185
File comments: 59
Uploads: 5
Re: I made a new keyboard layout (Hungarian)

Originally posted by 3ICE
Hi,
I made a keyboard layout template usable with BindingsReminder for the few Hungarians who play wow.

Screenshots are worth a thousand words:


(This post is 2163 words long in theory!)
Code: 3ice.pastebin.com/BindingsReminder module: Hungarian qwertz keyboard layout with all accents (ÍÉÁŰŐÚÖÜÓ)

Before this can be perfect, I need some help though... I don't know how to get the two Hungarumlauts (Hungarian umlauts) to work: őŐ and űŰ. They are double acute accented letters, which everything seems to hate. Their capital versions even show up as "?" in chat. (Lowercase works fine as you can see above.)
I also had to move some keys around, like the last key from the end of row 4.5 to line 3.5. And I had to replace the left SHIFT key with "Í".
And finally I broke the text on the numpad ENTER key which I think would benefit all layouts:
Code:
EN
TE
 R
Oh and here is the whole code, just in case something goes wrong.
Code:
--Created by 3ICE (http://3ice.hu)
if (not BindingsReminder) then BindingsReminder = {} end
local layout = {[1] = {"ESCAPE","ESC"},[2] = "F1",[3] = "F2",[4] = "F3",[5] = "F4",[6] = "F5",[7] = "F6",[8] = "F7",
[9] = "F8",[10] = "F9",[11] = "F10",[12] = "F11",[13] = "F12",[14] = {"PRINTSCREEN","PR"},[15] = {"SCROLLLOCK","SL"},
[16] = {"PAUSE","PAU"},[17] = "0",[18] = "1",[19] = "2",[20] = "3",[21] = "4",[22] = "5",[23] = "6",[24] = "7",
[25] = "8",[26] = "9",[27] = "ö",[28] = "ü",[29] = "ó",[30] = {"BACKSPACE","BKSP"},[31] = "TAB",[32] = "Q",
[33] = "W",[34] = "E",[35] = "R",[36] = "T",[37] = "Z",[38] = "U",[39] = "I",[40] = "O",[41] = "P",[42] = "ő",
[43] = "ú",[44] = "ű",[45] = {"CAPSLOCK","CAPS"},[46] = "A",[47] = "S",[48] = "D",[49] = "F",[50] = "G",[51] = "H",
[52] = "J",[53] = "K",[54] = "L",[55] = "é",[56] = "á",[57] = "ENTER",[58] = "í",[59] = "Y",[60] = "X",[61] = "C",
[62] = "V",[63] = "B",[64] = "N",[65] = "M",[66] = ",",[67] = ".",[68] = "-",[69] = "SHIFT",[70] = {"INSERT","INS"},
[71] = {"HOME","HM"},[72] = {"PAGEUP","PU"},[73] = {"DELETE","DEL"},[74] = "END",[75] = {"PAGEDOWN","PD"},
[76] = {"LEFT","LT"},[77] = "UP",[78] = {"DOWN","DN"},[79] = {"RIGHT","RT"},[80] = {"NUMLOCK","NL"},
[81] = {"NUMPADDIVIDE","/"},[82] = {"NUMPADMULTIPLY","*"},[83] = {"NUMPADMINUS","-"},[84] = {"NUMPAD7","7"},
[85] = {"NUMPAD8","8"},[86] = {"NUMPAD9","9"},[87] = {"NUMPADPLUS","+"},[88] = {"NUMPAD4","4"},
[89] = {"NUMPAD5","5"},[90] = {"NUMPAD6","6"},[91] = {"NUMPAD1","1"},[92] = {"NUMPAD2","2"},[93] = {"NUMPAD3","3"},
[94] = {"ENTER","EN\nTE\n R"},[95] = {"NUMPAD0","0"},[96] = {"NUMPADDECIMAL",","},}
BindingsReminder.qwertz = layout
BindingsReminder.cLayout = BindingsReminder.qwertz
BindingsReminder.RegisterLayout("Qwertz", "Hungarian qwertz keyboard with all accents (ÍÉÁűőÚÖÜÓ)", layout, true)
I didn't realize I could embed \n in the text, thanks!
Report comment to moderator  
Reply With Quote
Unread 01-17-11, 09:56 AM  
3ICE
A Murloc Raider
 
3ICE's Avatar

Forum posts: 7
File comments: 8
Uploads: 0
I made a new keyboard layout (Hungarian)

Hi,
I made a keyboard layout template usable with BindingsReminder for the few Hungarians who play wow.

Screenshots are worth a thousand words:


(This post is 2163 words long in theory!)
Code: 3ice.pastebin.com/BindingsReminder module: Hungarian qwertz keyboard layout with all accents (ÍÉÁŰŐÚÖÜÓ)

Before this can be perfect, I need some help though... I don't know how to get the two Hungarumlauts (Hungarian umlauts) to work: őŐ and űŰ. They are double acute accented letters, which everything seems to hate. Their capital versions even show up as "?" in chat. (Lowercase works fine as you can see above.)
I also had to move some keys around, like the last key from the end of row 4.5 to line 3.5. And I had to replace the left SHIFT key with "Í".
And finally I broke the text on the numpad ENTER key which I think would benefit all layouts:
Code:
EN
TE
 R
Oh and here is the whole code, just in case something goes wrong.
Code:
--Created by 3ICE (http://3ice.hu)
if (not BindingsReminder) then BindingsReminder = {} end
local layout = {[1] = {"ESCAPE","ESC"},[2] = "F1",[3] = "F2",[4] = "F3",[5] = "F4",[6] = "F5",[7] = "F6",[8] = "F7",
[9] = "F8",[10] = "F9",[11] = "F10",[12] = "F11",[13] = "F12",[14] = {"PRINTSCREEN","PR"},[15] = {"SCROLLLOCK","SL"},
[16] = {"PAUSE","PAU"},[17] = "0",[18] = "1",[19] = "2",[20] = "3",[21] = "4",[22] = "5",[23] = "6",[24] = "7",
[25] = "8",[26] = "9",[27] = "ö",[28] = "ü",[29] = "ó",[30] = {"BACKSPACE","BKSP"},[31] = "TAB",[32] = "Q",
[33] = "W",[34] = "E",[35] = "R",[36] = "T",[37] = "Z",[38] = "U",[39] = "I",[40] = "O",[41] = "P",[42] = "ő",
[43] = "ú",[44] = "ű",[45] = {"CAPSLOCK","CAPS"},[46] = "A",[47] = "S",[48] = "D",[49] = "F",[50] = "G",[51] = "H",
[52] = "J",[53] = "K",[54] = "L",[55] = "é",[56] = "á",[57] = "ENTER",[58] = "í",[59] = "Y",[60] = "X",[61] = "C",
[62] = "V",[63] = "B",[64] = "N",[65] = "M",[66] = ",",[67] = ".",[68] = "-",[69] = "SHIFT",[70] = {"INSERT","INS"},
[71] = {"HOME","HM"},[72] = {"PAGEUP","PU"},[73] = {"DELETE","DEL"},[74] = "END",[75] = {"PAGEDOWN","PD"},
[76] = {"LEFT","LT"},[77] = "UP",[78] = {"DOWN","DN"},[79] = {"RIGHT","RT"},[80] = {"NUMLOCK","NL"},
[81] = {"NUMPADDIVIDE","/"},[82] = {"NUMPADMULTIPLY","*"},[83] = {"NUMPADMINUS","-"},[84] = {"NUMPAD7","7"},
[85] = {"NUMPAD8","8"},[86] = {"NUMPAD9","9"},[87] = {"NUMPADPLUS","+"},[88] = {"NUMPAD4","4"},
[89] = {"NUMPAD5","5"},[90] = {"NUMPAD6","6"},[91] = {"NUMPAD1","1"},[92] = {"NUMPAD2","2"},[93] = {"NUMPAD3","3"},
[94] = {"ENTER","EN\nTE\n R"},[95] = {"NUMPAD0","0"},[96] = {"NUMPADDECIMAL",","},}
BindingsReminder.qwertz = layout
BindingsReminder.cLayout = BindingsReminder.qwertz
BindingsReminder.RegisterLayout("Qwertz", "Hungarian qwertz keyboard with all accents (ÍÉÁűőÚÖÜÓ)", layout, true)
__________________
Click here for my full signature (Image limit here is 4)

Report comment to moderator  
Reply With Quote
Unread 12-31-10, 12:46 PM  
litesung
A Flamescale Wyrmkin
 
litesung's Avatar

Forum posts: 130
File comments: 231
Uploads: 0
I have a request for this addon, I was wondering if you could make one for the Logitech G510 Keybaord layout, or the G19 Keybaord layout, because I use those keyboards when I play WoW, as well as many other people who are fans of Logitech Gaming keyboards.

Also, I was trying to skin this with skinner to match RealUI, but I couldn't find the file to drag into "SkinMe"... Is this addon skinnable?
Report comment to moderator  
Reply With Quote
Unread 10-12-10, 08:55 AM  
Lothay
A Deviate Faerie Dragon
 
Lothay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 15
File comments: 8
Uploads: 2
Exclamation Verified to work with patch 4.0.1

Without modification, this AddOn works with patch 4.0.1, releasing today.
Report comment to moderator  
Reply With Quote
Unread 02-16-09, 06:58 PM  
Tomacco_Boy
A Kobold Labourer

Forum posts: 0
File comments: 114
Uploads: 0
Confirmed to work with 3.0.9 with the blizzard default, but not with myBindings2 which im sad to say.

Heres a link to the wowui page to clarify allot of mixup.

http://www.wowinterface.com/download...ngs2.html#info

*Edit*

Bindingsreminder does show when you use the slash command, my bad.
__________________
YOU DONT TELL ME TO BUR
Last edited by Tomacco_Boy : 02-17-09 at 06:14 PM.
Report comment to moderator  
Reply With Quote
Unread 01-10-09, 08:08 PM  
JoshBorke
A Chromatic Dragonspawn
 
JoshBorke's Avatar
AddOn Author - Click to view AddOns

Forum posts: 185
File comments: 59
Uploads: 5
Does this addon work in 3.0? Thanks
Report comment to moderator  
Reply With Quote
Unread 11-30-08, 12:36 PM  
Potter
A Kobold Labourer

Forum posts: 1
File comments: 186
Uploads: 0
Is there a way to lock the frame?
Report comment to moderator  
Reply With Quote
Unread 10-19-08, 01:05 AM  
Potter
A Kobold Labourer

Forum posts: 1
File comments: 186
Uploads: 0
Plan to update for 3.0.x?

Really appreciated this addon being as heavy into Direct Binds as I am & all :-)
Report comment to moderator  
Reply With Quote
Unread 07-15-08, 01:12 AM  
Caze
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
How does the function work? Does it use the bind key function or does it directly refer to the bindings menu? Because if it uses the function then it'll probably work with Spellbinder, which allows you directly bind keys using that function.
Report comment to moderator  
Reply With Quote
Unread 06-20-08, 05:44 PM  
Tomacco_Boy
A Kobold Labourer

Forum posts: 0
File comments: 114
Uploads: 0
Re: Re: Re: Re: Re: Re: Integrate with Spellbinder

Originally posted by JoshBorke
what does it do? does it not open when you open mybindings2?

it is only set up to work by opening when you click the Key Bindings button on the game menu...
mybindings2 basically replaces the default bindings frame, and when i open it your mod does not show up.
__________________
YOU DONT TELL ME TO BUR
Report comment to moderator  
Reply With Quote
Unread 06-20-08, 03:39 PM  
JoshBorke
A Chromatic Dragonspawn
 
JoshBorke's Avatar
AddOn Author - Click to view AddOns

Forum posts: 185
File comments: 59
Uploads: 5
Re: Re: Re: Re: Re: Integrate with Spellbinder

Originally posted by Tomacco_Boy
The new update still doesnt work with mybindings2, i have tested it on one toon shall test on a few more soon. And thank you for adding mybinding2 support, its greatly appreciated.
what does it do? does it not open when you open mybindings2?

it is only set up to work by opening when you click the Key Bindings button on the game menu...
Report comment to moderator  
Reply With Quote
Unread 06-19-08, 10:11 PM  
Tomacco_Boy
A Kobold Labourer

Forum posts: 0
File comments: 114
Uploads: 0
Re: Re: Re: Re: Integrate with Spellbinder

Originally posted by JoshBorke
now opens when you click the keybinds option in the game menu. did not add support for opening when myBindings2 opens, will consider it for the future
The new update still doesnt work with mybindings2, i have tested it on one toon shall test on a few more soon. And thank you for adding mybinding2 support, its greatly appreciated.
__________________
YOU DONT TELL ME TO BUR
Report comment to moderator  
Reply With Quote
Unread 06-18-08, 06:39 PM  
JoshBorke
A Chromatic Dragonspawn
 
JoshBorke's Avatar
AddOn Author - Click to view AddOns

Forum posts: 185
File comments: 59
Uploads: 5
Re: Re: Re: Integrate with Spellbinder

Originally posted by Tomacco_Boy
At the moment your addon doesnt show up when i have mybindings2 enabled, i would like to see it work along side with mybindings2 if possible.
now opens when you click the keybinds option in the game menu. did not add support for opening when myBindings2 opens, will consider it for the future
Report comment to moderator  
Reply With Quote
Unread 06-15-08, 05:27 PM  
Tomacco_Boy
A Kobold Labourer

Forum posts: 0
File comments: 114
Uploads: 0
Re: Re: Integrate with Spellbinder

Originally posted by JoshBorke
How would you have me add support for it? What would my support do?



Interesting idea. How useful would it really be though, for the amount of work required? And how intuitive is this configuration?
At the moment your addon doesnt show up when i have mybindings2 enabled, i would like to see it work along side with mybindings2 if possible.
__________________
YOU DONT TELL ME TO BUR
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: