Skip to content

Commit 72917b8

Browse files
committed
fix: mouse4/5 positioning
hopefully it's not possible for this to be different per mouse also added a trailing newline to file
1 parent 438d78f commit 72917b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@
181181
</div>
182182
<div class="kp-mouse-body">
183183
<div class="kp-mouse-left">
184-
<span class="key" p2key="mouse4">M4</span>
185184
<span class="key" p2key="mouse5">M5</span>
185+
<span class="key" p2key="mouse4">M4</span>
186186
</div>
187187
</div>
188188
</div>

keypanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ document.getElementById("gen_cfg").addEventListener("click", function() {
235235
}
236236

237237
file_str += "host_writeconfig\n";
238-
file_str += "echo \"Binds configured! Have fun!\"";
238+
file_str += "echo \"Binds configured! Have fun!\"\n";
239239

240240
const blob = new Blob([file_str]);
241241
const data = window.URL.createObjectURL(blob);

0 commit comments

Comments
 (0)