search for: kbd_layout

Displaying 5 results from an estimated 5 matches for "kbd_layout".

Did you mean: end_layout
2010 Sep 02
6
[PATCH]ioemu: fix altgr-insert behavior
...diff -r 17723c0b042b keymaps.c --- a/keymaps.c Thu Sep 02 16:40:39 2010 +0800 +++ b/keymaps.c Thu Sep 02 17:26:53 2010 +0800 @@ -51,6 +51,7 @@ struct key_range *numlock_range; struct key_range *shift_range; struct key_range *localstate_range; + struct key_range *altgr_range; } kbd_layout_t; static void add_to_key_range(struct key_range **krp, int code) { @@ -133,7 +134,11 @@ add_to_key_range(&k->localstate_range, keycode); //fprintf(stderr, "localstate keysym %04x keycode %d\n", keysym, keycode); } - + if (rest && strstr(rest, "a...
2016 Mar 07
2
keytab-lilo: update to support kbd 2.0.3 format
...ble for UEFI too, and it would be desirable for the > kbdmap.c32 module to be improved so to support UEFI too. > You can test yourself with VirtualBox https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/README With x64 OVMF (QEMU/KVM UEFI) 'kbdmap[.c32] <kbd_layout>.ktl' has no effect on changing the keyboard layout. > Regards, > Ady. > > PS: The patch to support kbd 2.0.3 was already pushed, but it is not > part of Syslinux 6.04-pre1. It will be included in the next > pre-release. >
2016 Mar 08
0
keytab-lilo: update to support kbd 2.0.3 format
...ble for the > > kbdmap.c32 module to be improved so to support UEFI too. > > > > You can test yourself with VirtualBox > https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/README > > With x64 OVMF (QEMU/KVM UEFI) > 'kbdmap[.c32] <kbd_layout>.ktl' > has no effect on changing the keyboard layout. > > Well, yes, I already know that it has no effect under UEFI. That's the reason I wrote that "BTW". Let me rephrase, in case I wasn't clear enough: we should find some (coherent, consistent) way of supp...
2016 Mar 07
2
keytab-lilo: update to support kbd 2.0.3 format
On 29.12.2015 22:51, poma wrote: > On 29.12.2015 22:20, Ady via Syslinux wrote: >> >>> On 27.12.2015 23:57, Jernej Simon?i? via Syslinux wrote: >>>> On Sunday, December 27, 2015, 23:34:11, Ady via Syslinux wrote: >>>> >>>>> How this change would affect users with older versions of kbd / >>>>> loadkeys / or in older OSes? I
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled functionality into the qemu-dm code. The general approach taken is to have qemu-dm provide two machine types - one for xen paravirt, the other for fullyvirt. For compatability the later is the default. The goals overall are to kill LibVNCServer, remove alot of code duplication and/or parallel impls of the same concepts, and