Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae42f234 authored by Matthew Garrett's avatar Matthew Garrett
Browse files

toshiba-acpi: Add an extra couple of keys



Thomas Bächler reports that his machine generates two keycodes for zooming
in and out. Add these to the default keymap.

Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
Cc: Thomas Bächler <thomas@archlinux.org>
parent 08db2b31
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -129,6 +129,8 @@ enum {KE_KEY, KE_END};

static struct key_entry toshiba_acpi_keymap[]  = {
	{KE_KEY, 0x101, KEY_MUTE},
	{KE_KEY, 0x102, KEY_ZOOMOUT},
	{KE_KEY, 0x103, KEY_ZOOMIN},
	{KE_KEY, 0x13b, KEY_COFFEE},
	{KE_KEY, 0x13c, KEY_BATTERY},
	{KE_KEY, 0x13d, KEY_SLEEP},