WoWInterface SVN BindingsReminder

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 5 to Rev 6
    Reverse comparison

Rev 5 → Rev 6

BindingsReminder/Layouts/Hungarian.lua New file
0,0 → 1,103
--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.qwerty
BindingsReminder.RegisterLayout("Qwertz", "Hungarian qwertz keyboard with all accents (ÍÉÁűőÚÖÜÓ)", layout, true)
BindingsReminder/BindingsReminder.lua
1,4 → 1,4
local _version = "1.0-30200"
local _version = "1.0.1-40000"
local tinsert = table.insert
local type, next, pairs, getglobal = type, next, pairs, getglobal
local tostring, tonumber = tostring, tonumber
BindingsReminder/BindingsReminder.toc
1,10 → 1,11
## Interface: 30200
## Interface: 40000
## Title: Binding Reminder
## Version: 1.0-30200
## Version: 1.0.1-40000
## Notes: keep track of all your bindings
## Author: Josh_Borke
## OptionalDep: DevTools
BindingsReminder.lua
Layouts\Qwerty.lua
Layouts\Dvorak.lua
Layouts\Hungarian.lua
BindingsReminder.xml