Skip to content

Instantly share code, notes, and snippets.

@etherealite
Last active August 29, 2015 14:04
Show Gist options
  • Save etherealite/f0717b0f0dc4e3e2716a to your computer and use it in GitHub Desktop.
Save etherealite/f0717b0f0dc4e3e2716a to your computer and use it in GitHub Desktop.
League of Legends easy simultaneous access keybings
; Based on Ideas from a post on the League of Legends subreddit
; http://www.reddit.com/r/leagueoflegends/comments/1bo2nk/guide_to_easy_kiting_left_click_attack/
[HUDEvents]
evtHoldShowScoreBoard=[`]
; camera
evtSelectAlly4=[Shift][z]
evtSelectAlly2=[Shift][x]
evtSelectAlly3=[Shift][c]
evtSelectAlly1=[Shift][v]
evtCameraLockToggle=[c]
; Player movement
evtPlayerStopPosition=[x]
;evtPlayerAttackMoveClick=[Button 1]
evtPlayerAttackMoveClick=[Shift][Button 2]
evtPlayerAttackOnlyClick=[Button 1]
evtPlayerAttackMove=[s]
evtChampionOnly=[Tab]
; ui stuff
evtPlayerSelectClick=[Button 3]
evtOnUIMouse1=[Button 1],[Button 3]
evtOnUIMouse2=[Button 2]
evntHudMoveableSelect=[Shift][Button 1],[Button 3]
evtShowCharacterMenu=[g]
evtShowScoreBoard=[<Unbound>]
evtOpenShop=[Shift][s]
; spells and items
evtUseVisionItem=[t]
evtUseItem6=[6]
evtUseItem5=[5]
evtUseItem4=[4]
evtUseItem3=[3]
evtUseItem2=[2]
evtUseItem1=[1]
; stuff generated by LOL
evntPlayerPingCursorDanger=[<Unbound>]
evntPlayerPingCursor=[<Unbound>]
evtNormalCastItem6=
evtNormalCastItem5=
evtNormalCastItem4=
evtNormalCastItem3=
evtNormalCastItem2=
evtNormalCastItem1=
evtNormalCastAvatarSpell2=
evtNormalCastAvatarSpell1=
evtNormalCastSpell4=
evtNormalCastSpell3=
evtNormalCastSpell2=
evtNormalCastSpell1=
evtSmartCastItem6=
evtSmartCastItem4=
evtSmartCastItem3=
evtSmartCastItem2=
evtSmartCastItem1=
evtSmartCastAvatarSpell2=[<Unbound>]
evtSmartCastAvatarSpell1=[<Unbound>]
evtSmartCastSpell4=
evtSmartCastSpell3=
evtSmartCastSpell2=
evtSmartCastSpell1=
evtCastAvatarSpell2=[f]
evtCastAvatarSpell1=[d]
evtCastSpell4=[r]
evtCastSpell3=[e]
evtCastSpell2=[w]
evtCastSpell1=[q]
[Quickbinds]
evtUseVisionItemsmart=1
evtUseItem6smart=1
evtUseItem5smart=1
evtUseItem4smart=1
evtUseItem3smart=1
evtUseItem2smart=1
evtUseItem1smart=1
evtCastAvatarSpell2smart=1
evtCastAvatarSpell1smart=1
evtCastSpell4smart=1
evtCastSpell3smart=1
evtCastSpell2smart=1
evtCastSpell1smart=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment