comparison src/gui.c @ 20595:3609e842f822 v8.2.0851

patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUI Commit: https://github.com/vim/vim/commit/f4ae6b245a54f11dd967d06b80f30e5abf55fb82 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 30 19:52:46 2020 +0200 patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUI Problem: Can't distinguish <M-a> from accented "a" in the GUI. Solution: Use another way to make mapping <C-bslash> work. (closes https://github.com/vim/vim/issues/6163)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 May 2020 20:00:03 +0200
parents 533bbd1917be
children 244ef6caf671
comparison
equal deleted inserted replaced
20594:033006d6a9c6 20595:3609e842f822
801 # endif 801 # endif
802 # endif 802 # endif
803 if (!p_beval) 803 if (!p_beval)
804 gui_mch_disable_beval_area(balloonEval); 804 gui_mch_disable_beval_area(balloonEval);
805 #endif 805 #endif
806 // In case the terminal was used before ":gui". 806 // In the GUI modifiers are prepended to keys.
807 seenModifyOtherKeys = FALSE; 807 seenModifyOtherKeys = TRUE;
808 808
809 #if defined(FEAT_XIM) && defined(FEAT_GUI_GTK) 809 #if defined(FEAT_XIM) && defined(FEAT_GUI_GTK)
810 if (!im_xim_isvalid_imactivate()) 810 if (!im_xim_isvalid_imactivate())
811 emsg(_("E599: Value of 'imactivatekey' is invalid")); 811 emsg(_("E599: Value of 'imactivatekey' is invalid"));
812 #endif 812 #endif