Skip to content

Commit 11d7492

Browse files
committed
Change wireswap default keybinding. Updates for 0.2.3
1 parent 9465baa commit 11d7492

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ discussion page, and messages posted there will likely be ignored.**
4040

4141

4242
## Changelog
43+
### 0.2.3 (2018-10-16)
44+
* Change the default wireswap keybind to `CONTROL + ALT + W`. The previous `SHIFT + W` would inadvertently trigger and
45+
interfere with movement.
46+
4347
### 0.2.2 (2018-10-14)
4448

4549
* When updating a blueprint, the blueprint is now cleared from the cursor (if there's room) while configuring it.

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---------------------------------------------------------------------------------------------------
2+
Version: 0.2.3
3+
Date: 14. 16. 2018
4+
Bugfixes:
5+
- Changed the default wireswap keybind to CTRL + ALT + W instead of SHIFT + W, as the latter would frequently
6+
interfere with movement.
7+
18
---------------------------------------------------------------------------------------------------
29
Version: 0.2.2
310
Date: 14. 10. 2018

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "BlueprintExtensions",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"title": "Blueprint Extensions",
55
"author": "Dewin",
66
"contact": "https://github.com/dewiniaid/BlueprintExtensions",

prototypes/inputs.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ data:extend({
7676
{
7777
type = "custom-input",
7878
name = "BlueprintExtensions_wireswap",
79-
key_sequence = "SHIFT + W",
79+
key_sequence = "CONTROL + ALT + W",
8080
order = 'h-a',
8181
},
8282
{

0 commit comments

Comments
 (0)