| Updated: | 10-20-09 11:55 AM |
| Created: | unknown |
| Downloads: | 11,106 |
| Favorites: | 167 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
1.0-20400 |
7kB |
JoshBorke |
06-18-08 06:38 PM |
![]() |
Comment Options |
|
|
||
|
Re: I made a new keyboard layout (Hungarian)
|
||
|
|
|
|
|
|
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 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 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? |
|
|
|
|
|
|
|
Without modification, this AddOn works with patch 4.0.1, releasing today.
|
|
|
|
|
|
|
|
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 05:14 PM.
|
|
|
|
|
|
|
Does this addon work in 3.0? Thanks
![]() |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 186
Uploads: 0
|
Is there a way to lock the frame?
|
|
|
|
|
|
|
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 :-) |
|
|
|
|
|
|
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.
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 114
Uploads: 0
|
Re: Re: Re: Re: Re: Re: Integrate with Spellbinder
![]()
__________________
YOU DONT TELL ME TO BUR |
|
|
|
|
|
||
|
Re: Re: Re: Re: Re: Integrate with Spellbinder
it is only set up to work by opening when you click the Key Bindings button on the game menu... |
||
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 114
Uploads: 0
|
Re: Re: Re: Re: Integrate with Spellbinder
![]()
__________________
YOU DONT TELL ME TO BUR |
|
|
|
|
|
||
|
Re: Re: Re: Integrate with Spellbinder
|
||
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 114
Uploads: 0
|
Re: Re: Integrate with Spellbinder
__________________
YOU DONT TELL ME TO BUR |
|
|
|
![]() |