<div dir="ltr"><div><div><div>Hello<br><br></div>This is interesting because just today I did remap  Fn+space to switch between desktops, so I'm positive it works. I only remember of Fn+10 (IIRC - might be 11) not working.<br><br></div>Maybe you are not getting the full key events? I suggest you first try with acpi_listen (as some of these Fn keys give acpi events) then read tpacpi documentation about the keymask <a href="https://www.kernel.org/doc/Documentation/laptops/thinkpad-acpi.txt">https://www.kernel.org/doc/Documentation/laptops/thinkpad-acpi.txt</a><br><br>After that, check: <a href="http://linux-thinkpad.10952.n7.nabble.com/How-to-get-volume-hotkeys-working-again-on-W500-td19264.html">http://linux-thinkpad.10952.n7.nabble.com/How-to-get-volume-hotkeys-working-again-on-W500-td19264.html</a><br><br>To do like this guy using python, try:<br>>>> hex(0x38C7FFF + pow(2,0x14) + pow(2,0x15))<br>'0x3bc7fff'<br><br>I'm using 0x078DFFFF and I wanted to add : 0x08, 0x09, 0x0c, 0x0d, 0x0e, 0x11, 0x12 to get more keyevents (just like you, I love to have more possibilities) but I haven't had much time to investigate the details.<br><br></div><div>PS: led blinking may not work. This is due to some acpi problems. but I think φcoder released a test fix. There was another fix for missing ACPI events (screen rotation, pen removal) that I couldn't test yet, sorry.<br></div><div><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 28, 2014 at 11:43 PM, Garreau, Alexandre via coreboot <span dir="ltr"><<a href="mailto:coreboot@coreboot.org" target="_blank">coreboot@coreboot.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I noticed some Fn+key present with previous BIOS still are unimplemented<br>
with coreboot in Lenovo Thinkpad X60T: Fn+Space (zoom?), Fn+F9 (eject??),<br>
Fn+PgUp (ThinkLed??), Fn+Print (“SysRq”), Fn+Pause (“Break”). That’s<br>
unfortunate since it means less functions usable to remap.<br>
<br>
For instance I was remapping CapsLock to “Win” key (to get symmetric Alt<br>
and AltGr and still have a modifier separate from Alt for i3), and I’d<br>
like to keep it in a less accessible place (I really use rarely, but<br>
sometimes I do), analogously to Num Lock key, hence I was thinking to<br>
Fn+Pause or Fn+Print, but these not being defined, they return no<br>
keycode and I can’t map anything with Fn.<br>
<br>
Could it be possible in a next release?<br>
<br>
Thanks for work on coreboot ^^ it’s great! :D<br>
<br>--<br>
coreboot mailing list: <a href="mailto:coreboot@coreboot.org">coreboot@coreboot.org</a><br>
<a href="http://www.coreboot.org/mailman/listinfo/coreboot" target="_blank">http://www.coreboot.org/mailman/listinfo/coreboot</a><br></blockquote></div><br></div>