From aa05087e4928e5736a732cb7ad19a54e1c47f8ae Mon Sep 17 00:00:00 2001 From: openbuilds-engineer Date: Fri, 24 May 2019 14:11:46 +0200 Subject: [PATCH] Update --- CHANGELOG.txt | 3 ++- app/js/keyboard.js | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 688090e6..d186c756 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,5 @@ -v1.0.169: MacOS: Top Menu and Copy/Paste fixes +v1.0.171: Fix Keyboard-Jog Default Assignment bug +v1.0.170: MacOS: Fixes: Top Menu, Copy/Paste, Label for Port Name (remove /dev/tty to keep smaller) v1.0.169: Added Estimated Time to Serial Log on GCODE Load. v1.0.168: Improved Grbl Flashing Tool and Moved to "Wizards and Tools", Improved Inch Mode 3D viewer, fix bug in Continious Jog v1.0.167: Improved Memory management for 3D Viewer, Added Inch Mode (Issue#59), Moved Steps/mm Calibration Tools to "Wizards and Tools" menu, diff --git a/app/js/keyboard.js b/app/js/keyboard.js index 6f239f21..b8ce3470 100644 --- a/app/js/keyboard.js +++ b/app/js/keyboard.js @@ -34,7 +34,7 @@ $(document).ready(function() { keyboardShortcuts = JSON.parse(localStorage.getItem('keyboardShortcuts')); } else { keyboardShortcuts = { - xP: "arrowright", //X+ + xP: "right", //X+ xM: "left", //X- yP: "up", //Y+ yM: "down", //Y- diff --git a/package.json b/package.json index 0a7b3b2a..55a19091 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "OpenBuildsCONTROL", - "version": "1.0.170", + "version": "1.0.171", "license": "AGPL-3.0", "description": "Machine Interface Driver for OpenBuilds", "author": "github.com/openbuilds ",