comparison core.lua @ 104:04198c8d0717

Don't set a default keybinding, but rather change the associated option to not be clunky and gross.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Sun, 05 Aug 2012 16:53:07 +0000
parents dc8a23a47b03
children 095ee38508e8
comparison
equal deleted inserted replaced
103:dc8a23a47b03 104:04198c8d0717
119 ['chatty_on_kill'] = false, 119 ['chatty_on_kill'] = false,
120 ['no_tracking_wipes'] = false, 120 ['no_tracking_wipes'] = false,
121 ['snarky_boss'] = true, 121 ['snarky_boss'] = true,
122 ['keybinding'] = false, 122 ['keybinding'] = false,
123 ['bossmod'] = "DBM", 123 ['bossmod'] = "DBM",
124 ['keybinding_text'] = 'CTRL-SHIFT-O', 124 ['keybinding_text'] = '', --'CTRL-SHIFT-O',
125 ['forum'] = { 125 ['forum'] = {
126 ['[url] Wowhead'] = '[url=http://www.wowhead.com/?item=$I]$N[/url]$X - $T', 126 ['[url] Wowhead'] = '[url=http://www.wowhead.com/?item=$I]$N[/url]$X - $T',
127 ['[url] MMO/Wowstead'] = '[http://db.mmo-champion.com/i/$I]$X - $T', 127 ['[url] MMO/Wowstead'] = '[http://db.mmo-champion.com/i/$I]$X - $T',
128 ['[item] by name'] = '[item]$N[/item]$X - $T', 128 ['[item] by name'] = '[item]$N[/item]$X - $T',
129 ['[item] by ID'] = '[item]$I[/item]$X - $T', 129 ['[item] by ID'] = '[item]$I[/item]$X - $T',