alacritty/src
Christian Duerr a727801f60
Allow the usage of scancodes in the config
This change should allow the usage of scancodes in the configuration
file.

When a VirtualKeyCode for glutin is not present, this should now allow
the user to use the scancodes instead. If the user specifiecs a key with
its scancode even though the key has a VirtualKeyCode, it should still
work.

The behavior of directly specifying a VirtualKeyCode should be unchanged
by this.

This fixes #1265.
2018-10-16 18:46:26 +00:00
..
grid Fix failing test with `bench` feature 2018-09-29 20:48:24 +00:00
renderer Add support for Windows (#1374) 2018-10-16 10:02:52 -07:00
term fix erroneous indexed_color results 2018-10-07 21:10:58 +00:00
tty Add support for Windows (#1374) 2018-10-16 10:02:52 -07:00
ansi.rs Merge master into scrollback 2018-07-28 23:10:13 +00:00
cli.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
config.rs Allow the usage of scancodes in the config 2018-10-16 18:46:26 +00:00
display.rs Add support for Windows (#1374) 2018-10-16 10:02:52 -07:00
event.rs Allow the usage of scancodes in the config 2018-10-16 18:46:26 +00:00
event_loop.rs Add support for Windows (#1374) 2018-10-16 10:02:52 -07:00
index.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
input.rs Allow the usage of scancodes in the config 2018-10-16 18:46:26 +00:00
lib.rs Add support for Windows (#1374) 2018-10-16 10:02:52 -07:00
locale.rs Fix style issues 2018-09-17 23:34:56 +00:00
logging.rs Merge master into scrollback 2018-07-28 23:10:13 +00:00
macros.rs Merge master into scrollback 2018-07-28 23:10:13 +00:00
main.rs Add support for Windows (#1374) 2018-10-16 10:02:52 -07:00
meter.rs Remove all instances of unwrap() from config 2018-03-04 22:40:15 +00:00
selection.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
sync.rs Fix some compiler warnings 2016-09-23 10:12:11 -07:00
util.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
window.rs Add support for Windows (#1374) 2018-10-16 10:02:52 -07:00