Patch 8.2.0870

5 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 1, 2020, 8:09:07 AM6/1/20
to vim...@googlegroups.com

Patch 8.2.0870
Problem: MS-Windows: Control keys don't work in the GUI.
Solution: Don't set seenModifyOtherKeys for now. (Yasuhiro Matsumoto,
closes #6175)
Files: src/gui.c


*** ../vim-8.2.0869/src/gui.c 2020-05-30 19:52:42.270340843 +0200
--- src/gui.c 2020-06-01 14:06:28.001847097 +0200
***************
*** 803,810 ****
--- 803,815 ----
if (!p_beval)
gui_mch_disable_beval_area(balloonEval);
#endif
+
+ #ifndef FEAT_GUI_MSWIN
// In the GUI modifiers are prepended to keys.
+ // Don't do this for MS-Windows yet, it sends CTRL-K without the
+ // modifier.
seenModifyOtherKeys = TRUE;
+ #endif

#if defined(FEAT_XIM) && defined(FEAT_GUI_GTK)
if (!im_xim_isvalid_imactivate())
*** ../vim-8.2.0869/src/version.c 2020-05-31 23:11:02.086515671 +0200
--- src/version.c 2020-06-01 14:07:29.329604892 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 870,
/**/

--
hundred-and-one symptoms of being an internet addict:
240. You think Webster's Dictionary is a directory of WEB sites.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages