Ikbc Poker 2 Firmware Average ratng: 4,6/5 3582 reviews
百元翻新组装一把61配列小键盘,IKBC Poker 2翻新组装全程实录 1.4万播放 143弹幕 2019-04-29 17:31:27 215 177 137 16. With the original Poker II (2) keyboard, it looks like you only have 1 programming layer. You then access that layer by holding the PN key (much like you access the default function layer by holding the FN key). This seems like the logical way to make a programming layer work. New Poker II Firmware 1.03.03: Release date: 06.19.17. Notes: New Features include: Fn layer now supports Macros. You can now move any pre-programmed Fn key to any other key, for example: Arrow keys are pre-programmed by default on WASD keys by pressing Fn + any of these keys. You can now move the arrow keys on the Fn layer to any other key. Type-C这股浪潮,自智能手机到平板电脑,再到笔记本之后,如今,开始吹到了机械键盘上。事实上,笔者今天要带来体验的正是一把拥有Type-C接口的机械键盘——IKBC Poker Ⅱ。.
My Karabiner private configurations for ikbc Poker II.
private.xml
<?xml version='1.0'?> |
<root> |
<item> |
<name>Directions</name> |
<identifier>private.directions</identifier> |
<autogen> |
__KeyToKey__ |
KeyCode::I, ModifierFlag::CONTROL_L ModifierFlag::COMMAND_L, |
KeyCode::CURSOR_UP |
</autogen> |
<autogen> |
__KeyToKey__ |
KeyCode::K, ModifierFlag::CONTROL_L ModifierFlag::COMMAND_L, |
KeyCode::CURSOR_DOWN |
</autogen> |
<autogen> |
__KeyToKey__ |
KeyCode::J, ModifierFlag::CONTROL_L ModifierFlag::COMMAND_L, |
KeyCode::CURSOR_LEFT |
</autogen> |
<autogen> |
__KeyToKey__ |
KeyCode::L, ModifierFlag::CONTROL_L ModifierFlag::COMMAND_L, |
KeyCode::CURSOR_RIGHT |
</autogen> |
<autogen> |
__KeyToKey__ |
KeyCode::U, ModifierFlag::CONTROL_L ModifierFlag::COMMAND_L, |
KeyCode::HOME |
</autogen> |
<autogen> |
__KeyToKey__ |
KeyCode::O, ModifierFlag::CONTROL_L ModifierFlag::COMMAND_L, |
KeyCode::END |
</autogen> |
<autogen> |
__KeyToKey__ |
KeyCode::BRACKET_LEFT, ModifierFlag::CONTROL_L ModifierFlag::COMMAND_L, |
KeyCode::PAGEUP |
</autogen> |
<autogen> |
__KeyToKey__ |
KeyCode::BRACKET_RIGHT, ModifierFlag::CONTROL_L ModifierFlag::COMMAND_L, |
KeyCode::PAGEDOWN |
</autogen> |
</item> |
<item> |
<name>Switch windows</name> |
<identifier>private.switch.windows</identifier> |
<autogen> |
__KeyToKey__ |
KeyCode::ESCAPE, ModifierFlag::COMMAND_L, |
KeyCode::BACKQUOTE, ModifierFlag::COMMAND_L |
</autogen> |
</item> |
<item> |
<name>` and ~</name> |
<identifier>private.wave</identifier> |
<autogen> |
__KeyToKey__ |
KeyCode::ESCAPE, ModifierFlag::SHIFT_L, |
KeyCode::BACKQUOTE, ModifierFlag::SHIFT_L |
</autogen> |
<autogen> |
__KeyToKey__ |
KeyCode::ESCAPE, ModifierFlag::CONTROL_L, |
KeyCode::BACKQUOTE |
</autogen> |
</item> |
</root> |
commented Aug 4, 2015
ikbc Poker II has no direction keys and the backquote key. I use Karabiner with some configurations to emulate the keys. - control + command + I / J / K / L = direction keys
- control + command + U / P = home / end
- control + command + [ / ] = page up / page down
- shift + esc = ~
- control + esc = `
- command + esc = switching between windows of an app ( command + ` )
|
commented Aug 4, 2015
BTW, I swapped the alt and the command keycaps to match Mac's keyboard. Some configurations to System Preferences > Keyboard > Modifier Keys will make this swap work. |
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
My Karabiner private configurations for ikbc Poker II.
Ikbc Poker Firmware
private.xml
<?xml version='1.0'?> |
<root> |
<item> |
<name>Directions</name> |
<identifier>private.directions</identifier> |
<autogen> |
__KeyToKey__ |
KeyCode::I, ModifierFlag::CONTROL_L ModifierFlag::COMMAND_L, |
KeyCode::CURSOR_UP |
</autogen> |
<autogen> |
__KeyToKey__ |
KeyCode::K, ModifierFlag::CONTROL_L ModifierFlag::COMMAND_L, |
KeyCode::CURSOR_DOWN |
</autogen> |
<autogen> |
__KeyToKey__ |
KeyCode::J, ModifierFlag::CONTROL_L ModifierFlag::COMMAND_L, |
KeyCode::CURSOR_LEFT |
</autogen> |
<autogen> |
__KeyToKey__ |
KeyCode::L, ModifierFlag::CONTROL_L ModifierFlag::COMMAND_L, |
KeyCode::CURSOR_RIGHT |
</autogen> |
<autogen> |
__KeyToKey__ |
KeyCode::U, ModifierFlag::CONTROL_L ModifierFlag::COMMAND_L, |
KeyCode::HOME |
</autogen> |
<autogen> |
__KeyToKey__ |
KeyCode::O, ModifierFlag::CONTROL_L ModifierFlag::COMMAND_L, |
KeyCode::END |
</autogen> |
<autogen> |
__KeyToKey__ |
KeyCode::BRACKET_LEFT, ModifierFlag::CONTROL_L ModifierFlag::COMMAND_L, |
KeyCode::PAGEUP |
</autogen> |
<autogen> |
__KeyToKey__ |
KeyCode::BRACKET_RIGHT, ModifierFlag::CONTROL_L ModifierFlag::COMMAND_L, |
KeyCode::PAGEDOWN |
</autogen> |
</item> |
<item> |
<name>Switch windows</name> |
<identifier>private.switch.windows</identifier> |
<autogen> |
__KeyToKey__ |
KeyCode::ESCAPE, ModifierFlag::COMMAND_L, |
KeyCode::BACKQUOTE, ModifierFlag::COMMAND_L |
</autogen> |
</item> |
<item> |
<name>` and ~</name> |
<identifier>private.wave</identifier> |
<autogen> |
__KeyToKey__ |
KeyCode::ESCAPE, ModifierFlag::SHIFT_L, |
KeyCode::BACKQUOTE, ModifierFlag::SHIFT_L |
</autogen> |
<autogen> |
__KeyToKey__ |
KeyCode::ESCAPE, ModifierFlag::CONTROL_L, |
KeyCode::BACKQUOTE |
</autogen> |
</item> |
</root> |
Ikbc Poker 2 Firmware Downloads
commented Aug 4, 2015
Ikbc Poker 2 Firmware Unblocked
Ikbc Poker 2 Firmware Pc
ikbc Poker II has no direction keys and the backquote key. I use Karabiner with some configurations to emulate the keys. - control + command + I / J / K / L = direction keys
- control + command + U / P = home / end
- control + command + [ / ] = page up / page down
- shift + esc = ~
- control + esc = `
- command + esc = switching between windows of an app ( command + ` )
|
commented Aug 4, 2015
Ikbc Poker 2 Firmware Download
BTW, I swapped the alt and the command keycaps to match Mac's keyboard. Some configurations to System Preferences > Keyboard > Modifier Keys will make this swap work. |
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment