From bc11c34e990ef298a1a29cfa0cc7f920938a3439 Mon Sep 17 00:00:00 2001 From: Tastyfish Date: Fri, 24 Nov 2017 03:41:09 -0500 Subject: [PATCH] Eh make the SK-1100 defaults for Graph and Kana keys more reliable --- Assets/defctrl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/defctrl.json b/Assets/defctrl.json index a30990addf..42f8b4cee1 100644 --- a/Assets/defctrl.json +++ b/Assets/defctrl.json @@ -833,8 +833,8 @@ "Key PI": "RightShift", "Key Down Arrow": "DownArrow", - "Key Graph": "LeftControl", - "Key Kana": "LeftAlt", + "Key Graph": "PageUp", + "Key Kana": "PageDown", "Key Space": "Space", "Key Home/Clear": "Home", "Key Insert/Delete": "Insert",