From 99e47cea94c9eb3e9f6b879c4cbbc4f30ca91dc1 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Tue, 8 Oct 2019 15:56:27 -0700 Subject: [PATCH] Binding FOPA --- custom/generated/remapping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/generated/remapping.h b/custom/generated/remapping.h index 073bcabc..29b9d190 100644 --- a/custom/generated/remapping.h +++ b/custom/generated/remapping.h @@ -156,7 +156,7 @@ void fill_keys_default(Bind_Helper *context){ bind(context, '[', MDFR_ALT, select_surrounding_scope); bind(context, ']', MDFR_ALT, select_prev_scope_absolute); bind(context, '\'', MDFR_ALT, select_next_scope_absolute); - bind(context, '\'', MDFR_ALT|MDFR_SHIFT, select_next_scope_after_current); + bind(context, '\"', MDFR_ALT, select_next_scope_after_current); bind(context, '/', MDFR_ALT, place_in_scope); bind(context, '-', MDFR_ALT, delete_current_scope); bind(context, 'i', MDFR_ALT, if0_off);