pqrs-org / Karabiner-archived

Karabiner (KeyRemap4MacBook) is a powerful utility for keyboard customization.
https://pqrs.org/osx/karabiner/
The Unlicense
3.82k stars 309 forks source link

Kinesis not remapping changes #792

Open atalebagha opened 7 years ago

atalebagha commented 7 years ago

I have the following in my private.xml

<?xml version="1.0"?>
<root>
  <item>
    <name>Long Press Delete to Command</name>
    <appendix>defined in private.xml</appendix>
    <identifier>private.swap_delete_and_command_r_on_long_press</identifier>
    <autogen>
      __HoldingKeyToKey__
      KeyCode::DELETE,

      <!-- short press -->
      @begin
      KeyCode::DELETE,
      @end

      <!-- hold -->
      @begin
      KeyCode::COMMAND_L,
      @end
    </autogen>
  </item>
</root>

It works on the internal keyboard of my macbook but not on the Kinesis Advantage2. I did notice that Kinesis shows up twice in the device list. Once as a keyboard and another as a consumer.

screen shot 2017-01-03 at 12 33 41 pm
dunkarooftop commented 7 years ago

It showing up twice in not an issus, they both have the same location id, mine keyboard show up 3 times.

Can you see what keycode Kinessis is sending in EventViewer when you press "DELETE" when the mod is turn off.