-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Neovim now supports the D- modifer, which we already use in Mac OS X for the Command key. This commit enables a similar behaviour for the Windows key. Qt represents the Windows key as being the Meta key. * Internally in input.cpp the key is named Cmd just like on Mac OS. * Took the chance to remove the Key_Meta mapping since it was not being used. * Added unit test to check if modifier keys are not being handled as regular keys.
- Loading branch information
Showing
3 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters