akiyosi.goneovim/editor
thjbbvlt d54e48beb8 Add Hyper_L/R to the list of non-input keys
The current list of modifiers keys inside editor/input.go doesn't handle
the keys Hyper_L or Hyper_R, typically mapped to Linux window manager
actions. As now, at least on a Debian 12 with DWM setup, it insert a `�`
character. This commit add the `Hyper_L` and `Hyper_R` keys to the list
to avoid this behaviour.

This is only made possible by the fact that the
akiyosi's version of Qt bindings add these modifiers.
2025-06-16 10:51:13 +02:00
..
cmdline.go Fix a problem with the cursor position on the external cmdline 2022-10-22 01:50:05 +09:00
config.go Add 'ShowDiffDialogOnDrop' option to control diff dialog display on file drop 2024-07-25 23:48:01 +09:00
cursor.go Minor fixes 2025-02-21 01:11:21 +09:00
editor.go Minor fixes 2025-06-10 20:39:23 +09:00
editor_darwin.go Fix an issue where initialization may not have been performed 2024-09-08 02:39:40 +09:00
editor_test.go update for akiyosi/qt 2023-07-19 08:38:12 +09:00
editor_unix.go Add ability to open files from Finder in macOS 2024-06-09 23:00:32 +09:00
editor_windows.go Add ability to open files from Finder in macOS 2024-06-09 23:00:32 +09:00
export_test.go go fmt 2020-09-26 12:04:36 +09:00
font.go Fix an issue where drawn text would flicker slightly when moving the cursor. 2024-01-26 20:50:35 +09:00
handleime.cpp Improve input method 2022-11-03 12:15:44 +09:00
handleime.go update for akiyosi/qt 2023-07-19 08:38:12 +09:00
handleime.h Improve input method 2022-11-03 12:15:44 +09:00
imetooltip.go fix: Prevent IME tooltips from being deleted by parent window cleanup 2025-05-26 22:13:33 +09:00
input.go Add Hyper_L/R to the list of non-input keys 2025-06-16 10:51:13 +02:00
input_linux_test.go improve key input handling 2024-01-30 00:05:47 +09:00
input_mac_test.go improve key input handling 2024-01-30 00:05:47 +09:00
input_win_test.go improve key input handling 2024-01-30 00:05:47 +09:00
message.go Add support manual font fallback 2023-12-24 01:06:54 +09:00
minimap.go Add support manual font fallback 2023-12-24 01:06:54 +09:00
notification.go Fix placement process for notification messages 2025-03-10 12:03:56 +09:00
nvim.go Minor fixes for init process. (related to #562) 2025-01-12 06:23:00 +09:00
palette.go fix: segmentation violation using GonvimWorkspaceNew command (#515) 2024-01-12 13:29:26 +09:00
popupmenu.go Add support manual font fallback 2023-12-24 01:06:54 +09:00
rgba.go update for akiyosi/qt 2023-07-19 08:38:12 +09:00
screen.go fix: Prevent IME tooltips from being deleted by parent window cleanup 2025-05-26 22:13:33 +09:00
screen_darwin.go fixup 2020-07-15 01:36:58 +09:00
screen_test.go Add test case about grid_line event 2023-09-10 23:48:21 +09:00
screen_unix.go Add ci for freebsd 2023-09-13 17:22:58 +09:00
screen_windows.go update for akiyosi/qt 2023-07-19 08:38:12 +09:00
scrollbar.go Fixed a problem in which specifying columns would result in one column less than the specified size. 2023-11-20 00:35:02 +09:00
svg.go fix: segmentation violation using GonvimWorkspaceNew command (#515) 2024-01-12 13:29:26 +09:00
tabline.go Add support manual font fallback 2023-12-24 01:06:54 +09:00
tooltip.go Fix an issue where it crashes when converting with IME. (#526) 2024-03-07 22:59:31 +09:00
version.go update for akiyosi/qt 2023-07-19 08:38:12 +09:00
window.go fix: suppress snapshot capture 2025-05-29 13:22:15 +09:00
workspace.go fix: suppress snapshot capture during touchpad scrolling 2025-05-29 00:46:24 +09:00