• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

G15 Buttons (continued)

 

Project Updated:
Files Updated: Thu, Aug 13 2009
Supports Game Version: 3.2.0
Category: Action Bars
Tags:

, , , , , and [Edit Tags]

Project Manager: Xinda
Additional Authors: No additional authors
Current Version: G15 Buttons v1.10
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 30
Downloads Total: 59,322
Favorites: 260
Comments: 79
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About G15 Buttons (continued)
  •  

This is a continuation of G15 Buttons originally written by eyyubvolkan http://www.curse.com/downloads/details/5481/

=====================================

I fixed some bugs and updated the code for WoW 2.2.0 ... 3.2.0

/g15 for options.


=====================================

Howto setup key bindings for this addon:


1.) install the addon the usual way (download the archive and extract it to [WoW]\Interface\Addons\)

2.) launch WoW, log into your account and join with any of your chars.

3.) switch to windows desktop (press Alt-Tab), launch Logitech G-series Keyboard Profiler

4.) assign unique key bindings to all 18 G15-keys, for example CTRL-ALT-A to G1, CTRL-ALT-B to G2, ... CTRL-ALT-R to G18. Make sure to have the right keyboard profile "World of Warcraft" activated (see screenshot 1)

5.) switch back to WoW, press <Esc>, open "Key Bindings", scroll down to section "G15 Buttons Addon"

6.) Assign key bindings to 1. group, buttons 1 to 18 by pressing G1 to G18 (see screenshot 2)

7.) close the key bindings menu, go back to game.

8.) open G15 Buttons options dialog by typing /g15, activate the 1st group.

9.) drop a cast from your spellbook to the upper left button.

10.) hover your mouse over this button, the tooltip should show "ALT-CTRL-A" in green letters in the last line. (see screenshot 3)

11.) press G1 to test the key binding.

12.) setup finished.

=====================================

Original description by eyyubvolkan:

This add-on provides groups of action buttons. In actual, there are 3 groups of buttons you can create. To use this add-on you DO NOT need logitech G-15 keyboard or any other special stuff. This is just bar mod which happens to have a default setup to look like the G15 macro keys.

So why the name is G15 Buttons ? Because of, the idea has come related to my new G-15 keyboard :) And button groups are optimized for the keyboard. But also you can change all the settings via options form.

You can create upto 24 buttons per group and can change starting id of buttons. You can also change the row count, offset, scale and someother options. You can create a group of buttons and move it where ever you want. You can change all the parameters with options dialog (/g15).

Also you can bind keys (any key, even normal keyboard keys :) via 'Key Bindings' in-game menu.

for options; /g15

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  G15 Buttons (continued) G15 Buttons v1.10 Release 3.2.0 5,418 8/13/2009
  G15 Buttons (continued) G15 Buttons v1.09 Release 3.1.0 7,487 4/17/2009
  G15 Buttons (continued) G15 Buttons v1.08 Release 3.0.2 15,191 10/15/2008
  G15 Buttons (continued) G15 Buttons v1.07 Release 2.4.2 735 5/15/2008
  G15 Buttons (continued) G15 Buttons v1.06 Release 2.4.0 129 3/30/2008
  • 1 page(s)
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Russianboy said

    Can someone make addon for logitech g13. Bartender or dominos stil pain to configure if you want to (Ctrl + shift +#) there is one addon made for g13 but its for AoC.
    if anyone wants to see here it is: http://aoc.curse.com/downloads/aoc-addons/details/slate-xc.aspx

    Reply Report Permalink
  • MikkoMuhis said

    Erm.. Okay, the Addon might be great for somebody..
    for me, it's useless cause other action bar addons does this if you just modifie bars in way you want.. The thing why I don't like this addon is it's name. Basically it has nothing to do with G15 and always hitting this addon with searching some things for G15..

    Reply Report Permalink
  • foxpur said

    @ MikkoMuhis: It took a bit of doing but the G15 key work just fine as intended. The addon does not see the G15 keys (Which would be nice), you have to assign the G15 keys, using the G15 Profiler, to a normal keyboard combo (like shift-alt-#'s) and the SAME combo set in the game keybinding (since the G15 keys don't have independent mapping).

    There is a small problem that certain game events caused the g15 to reset back to default if you use the numeric button pad as your source. I generally have to reset the game to get the G15 to id the keys again. It's a uncommon issue, generally it works fine.

    Reply Report Permalink
  • foxpur said

    Wish for... As a follow to my own post:

    I would like the M1, M2, M3 have swapping panels rather than always on-screen for all of them.... have M1 when M1 is on, M2 panel when M2 is on... etc... it's a waste of screen space to have all 3 always when you can only use 1 at a time.

    Reply Report Permalink
  • Quick question. I would like to know if groups can be key bound for display. IE if i press f10 group one shows if i press f11 group 2 shows and 1 hides.

    The reason for this is that I have made a lua script that will press the buttons for me when i press m1-m3.

    My main is a druid and currently i use bartenders shape shift bars to accomplish what i want. I press m1 and i go caster and my buttons are setup for it. i press m2 i go bear and my buttons change.

    I would like for this addon to be able to accomplish this.

    O BTW if anyone wants to know how to make m1 also press another button here is the script.

    function OnEvent(event, arg)
    if (event=="M_PRESSED" and arg==1) then
    PressAndReleaseKey( "F9" )
    end
    if (event=="M_PRESSED" and arg==2) then
    PressAndReleaseKey( "F10" )
    end
    if (event=="M_PRESSED" and arg==3) then
    PressAndReleaseKey( "F11" )
    end
    end

    Change the "f11" or any others to what you like. comes in handy.

    Reply Report Permalink
  • Could you add on option to move all groups while holding a modifier button?

    I'm using your addon for my G13, which involves using two groups of buttons. It would be a lot easier to move everything around if you could make it so we can move both groups at once.

    Reply Report Permalink
  • Wolfdogyca said

    Is there any way this can change the display of the buttons depending on what M key is pressed. So I can have the 18 keys displayed (not 3 groups of 18 buttons), and when I press a different M key, it will display the set of keys bound to that M key?

    And can these buttons not use the blizzard action buttons in some way? Or what mod should I be using to create new action buttons not connected to the Blizzard action bars?

    Reply Report Permalink
  • TagofFire said

    Interface\AddOns\G15Buttons\Main.lua:443:
    attempt to index local 'group' (a nil value)

    This error appears whenever I'm dragging items. Really weird.

    Reply Report Permalink
  • Xinda said

    Maybe you haven't bound all the buttons to keys?

    Reply Report Permalink
  • TagofFire said

    Well I don't use all action bars provided by G15 to bind to keys.
    I use two of them as additional action bars and only one to use with my G15 keyboard... which I haven't even bought yet. xD

    But if that's what the error means it's at least not that big of a deal. Thanks. ^^

    On towards the next issue! When I'm dragging items from the G15 bars and try to swap them, after I've replaced the first button and I'm dragging the second button (which happens automatically if you drag an item to a spot where an item is already placed) I can't put them visibly onto the G15 bars, because the empty spots will not be visible at that time.

    Reply Report Permalink
  • Duskey said

    Seems it causes taint, this happens with all buttons.

    Interface\FrameXML\ActionButton.lua:189 ActionButton_Update()
    Interface\AddOns\G15Buttons\Main.lua:322 onButtonEvent()
    objG15_btn_13:OnEvent()
    An action was blocked in combat because of taint from G15Buttons - objG15_btn_14:Show()

    Reply Report Permalink
  • Xinda said

    what class are you playing?

    Reply Report Permalink
  • Duskey said

    Druid, sorry for the late reply.

    Reply Report Permalink
  • rinleez said

    guys im having an issue, when i set up the keys in this addon it changed the stealth bar lets say i put sprint on g1 ad sprint appears in the slot1 of my stelath bar :/

    Reply Report Permalink
  • Xinda said

    there is a bug with action bars and rogues. blizzard is working on it. maybe its fixed in WoW 3.1.2.

    Reply Report Permalink
  • Xinda said

    what class are you playing?

    Reply Report Permalink
  • fantastic! thanks for the update and all the work you put in!

    Reply Report Permalink
  • Shurikenv said

    you will make me so happy if you get this updated :D hope to see it uploaded soon

    Reply Report Permalink
  • Shurikenv said

    Thank you so much everything is working like a charm and thank you for fixing the bug with the refreshing problem.

    Reply Report Permalink
  • Guiltyx23 said

    Sooo... I can't play without this addon. Can we please fix it?

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 2,753 Bartender4 Action Bars
  2. 1,380 Dominos Action Bars
  3. 957 ButtonFacade Action Bars
  4. 954 AutoBar Bags & Inventory, Action Bars...
  5. 319 Cooldowns Action Bars