Author Topic: HHKB Pro 2 Left and Right Fn  (Read 1347 times)

0 Members and 1 Guest are viewing this topic.

Offline phoxxii

  • Thread Starter
  • Posts: 12
  • Location: Vancouver, CA
HHKB Pro 2 Left and Right Fn
« on: Wed, 14 May 2014, 00:46:48 »
Hello,

I am trying to use AutoHotkey to map the right Fn key to Del, as I currently have my switches on the hhkb set to have LWin mapped to Fn. Now both LWin and Fn map to the same keypress. Would I be better off having my switches set on the hhkb to leave LWin as LWin, and mapping that to become Fn in AutoHotkey, and then mapping the current Fn key to Del?

Sorry if this is a bad explanation of the problem, I am glad to clarify my question if need be.

(Going to go and fiddle with this some more now)

Offline Xowie

  • Posts: 499
  • On Sabbatical
Re: HHKB Pro 2 Left and Right Fn
« Reply #1 on: Wed, 14 May 2014, 07:20:24 »
Did you make any progress?

I was thinking that the Fn key didn't actually send a signal to the computer. Instead the Fn+'other key' combo is internalized by the keyboard and the desired signal is sent. I have no idea how accurate it is, so I am now also curious to see how this goes.
RETIRED

Offline pyro

  • Posts: 177
Re: HHKB Pro 2 Left and Right Fn
« Reply #2 on: Wed, 14 May 2014, 07:34:30 »
Xowie is right. But since you're already using Authotkey, you might as well implement your own custom FN-Layer (or you know, the same as the HHKB's).

Offline phoxxii

  • Thread Starter
  • Posts: 12
  • Location: Vancouver, CA
Re: HHKB Pro 2 Left and Right Fn
« Reply #3 on: Wed, 14 May 2014, 20:06:56 »
Yeah, After further examination it seems that the Fn key itself does not register any keypress, which sucks... Maybe I'll research that custom controller that exists for the hhkb and see if that changes how it works at all. Thanks for the confirmation though!