From 775b0d5780c588286de66502e39d3cb99010fca8 Mon Sep 17 00:00:00 2001 From: netpro2k <netpro2k@gmail.com> Date: Thu, 5 Jul 2018 15:30:54 -0700 Subject: [PATCH] Remove unused binding for "select_hud_item" and remap screenshare to b since it interferes with pasting --- src/input-mappings.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/input-mappings.js b/src/input-mappings.js index c6ce52501..ccf44110b 100644 --- a/src/input-mappings.js +++ b/src/input-mappings.js @@ -149,8 +149,7 @@ const config = { m_press: "action_mute", q_press: "snap_rotate_left", e_press: "snap_rotate_right", - v_press: "action_share_screen", - b_press: "action_select_hud_item", + b_press: "action_share_screen", // We can't create a keyboard behaviour with AFIM yet, // so these will get captured by wasd-to-analog2d -- GitLab