Skip to content

Commit

Permalink
CS2 binds update
Browse files Browse the repository at this point in the history
  • Loading branch information
justinknguyen committed Oct 5, 2023
1 parent a0a3c78 commit 6430d14
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
coverage/
node_modules/
package-lock.json
.history/
2 changes: 1 addition & 1 deletion data/bind-presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"id": "preset1",
"name": "Gweebz (creator of CSGO-Buynds)",
"bindString": "bind \"kp_slash\" \"buy molotov; buy incgrenade;\"\nbind \"kp_multiply\" \"buy p250;\"\nbind \"kp_minus\" \"buy smokegrenade;\"\nbind \"kp_plus\" \"buy flashbang;\"\nbind \"kp_enter\" \"buy hegrenade;\"\nbind \"kp_del\" \"buy decoy;\"\nbind \"kp_ins\" \"buy deagle;\"\nbind \"kp_home\" \"buy galilar; buy famas;\"\nbind \"kp_uparrow\" \"buy ak47; buy m4a1;\"\nbind \"kp_pgup\" \"buy sg556; buy aug;\"\nbind \"kp_leftarrow\" \"buy mac10; buy mp9;\"\nbind \"kp_end\" \"buy ump45;\"\nbind \"kp_downarrow\" \"buy tec9; buy fiveseven;\"\nbind \"kp_rightarrow\" \"buy ssg08;\"\nbind \"kp_pgdn\" \"buy awp;\"\nbind \"kp_5\" \"buy vest; buy vesthelm;\"\nbind \"home\" \"buy taser 34;\"\nbind \"end\" \"buy defuser;\"\nbind \"pgup\" \"buy sawedoff; buy mag7;\"\nbind \"pgdn\" \"buy negev;\""
"bindString": "bind \"kp_divide\" \"buy molotov; buy incgrenade;\"\nbind \"kp_multiply\" \"buy p250;\"\nbind \"kp_minus\" \"buy smokegrenade;\"\nbind \"kp_plus\" \"buy flashbang;\"\nbind \"kp_enter\" \"buy hegrenade;\"\nbind \"kp_del\" \"buy decoy;\"\nbind \"kp_0\" \"buy deagle;\"\nbind \"kp_7\" \"buy galilar; buy famas;\"\nbind \"kp_8\" \"buy ak47; buy m4a1;\"\nbind \"kp_9\" \"buy sg556; buy aug;\"\nbind \"kp_4\" \"buy mac10; buy mp9;\"\nbind \"kp_1\" \"buy ump45;\"\nbind \"kp_2\" \"buy tec9; buy fiveseven;\"\nbind \"kp_6\" \"buy ssg08;\"\nbind \"kp_3\" \"buy awp;\"\nbind \"kp_5\" \"buy vest; buy vesthelm;\"\nbind \"home\" \"buy taser 34;\"\nbind \"end\" \"buy defuser;\"\nbind \"pgup\" \"buy sawedoff; buy mag7;\"\nbind \"pgdn\" \"buy negev;\""
}
]
20 changes: 10 additions & 10 deletions data/bindable-keys.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@
"keys": [
{
"name": "1 / End",
"bind": "kp_end",
"bind": "kp_1",
"code": 97,
"html": "1<br/><span class=\"key-alt-fn\">End</span>",
"order": 12
},
{
"name": "2 / Down Arrow",
"bind": "kp_downarrow",
"bind": "kp_2",
"code": 98,
"html": "2<br/><span class=\"key-alt-fn arrow\">↓</span>",
"order": 13
},
{
"name": "3 / Page Down",
"bind": "kp_pgdn",
"bind": "kp_3",
"code": 99,
"html": "3<br/><span class=\"key-alt-fn\">Pg Dn</span>",
"order": 14
},
{
"name": "4 / Left Arrow",
"bind": "kp_leftarrow",
"bind": "kp_4",
"code": 100,
"html": "4<br/><span class=\"key-alt-fn arrow\">←</span>",
"order": 9
Expand All @@ -40,35 +40,35 @@
},
{
"name": "6 / Right Arrow",
"bind": "kp_rightarrow",
"bind": "kp_6",
"code": 102,
"html": "6<br/><span class=\"key-alt-fn arrow\">→</span>",
"order": 11
},
{
"name": "7 / Home",
"bind": "kp_home",
"bind": "kp_7",
"code": 103,
"html": "7<br/><span class=\"key-alt-fn\">Home</span>",
"order": 5
},
{
"name": "8 / Up Arrow",
"bind": "kp_uparrow",
"bind": "kp_8",
"code": 104,
"html": "8<br/><span class=\"key-alt-fn arrow\">↑</span>",
"order": 6
},
{
"name": "9 / Page Up",
"bind": "kp_pgup",
"bind": "kp_9",
"code": 105,
"html": "9<br/><span class=\"key-alt-fn\">Pg Up</span>",
"order": 7
},
{
"name": "0 / Insert",
"bind": "kp_ins",
"bind": "kp_0",
"code": 96,
"html": "0<br/><span class=\"key-alt-fn\">Insert</span>",
"css": "wide-key",
Expand All @@ -83,7 +83,7 @@
},
{
"name": "/ (Slash)",
"bind": "kp_slash",
"bind": "kp_divide",
"code": 111,
"html": "/",
"order": 2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/jessewebb/csgo-buynds.git"
"url": "https://github.com/justinknguyen/cs2-buybinds.git"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 6430d14

Please sign in to comment.