Skip to main content
Module

x/ddc_vim/deps.ts>op.winaltkeys

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.winaltkeys
import { op } from "https://deno.land/x/ddc_vim@v2.3.0/deps.ts";
const { winaltkeys } = op;

{only used in Win32, Motif, GTK and Photon GUI} Some GUI versions allow the access to menu entries by using the ALT key in combination with a character that appears underlined in the menu. This conflicts with the use of the ALT key for mappings and entering special characters. This option tells what to do: no Don't use ALT keys for menus. ALT key combinations can be mapped, but there is no automatic handling. This can then be done with the |:simalt| command. yes ALT key handling is done by the windowing system. ALT key combinations cannot be mapped. menu Using ALT in combination with a character that is a menu shortcut key, will be handled by the windowing system. Other keys can be mapped. If the menu is disabled by excluding 'm' from 'guioptions', the ALT key is never used for the menu. This option is not used for ; on Win32 and with GTK will select the menu, unless it has been mapped.