
Nick.
Eh, do you mean, how do you use the arrow keys on the numpad? You can toggle between numbers and arrows/nav commands with the Num Lock keyMetzu wrote: 13 Feb 2019, 08:55 hi guys! i finally got my model F with Soarer's Converter,can anybody walkme trough on how to get the arrow keys backsame for f11 the keyboard feels very diffrent from my model f i been using for years now.
Nick.
exactly how do i programed it?AJM wrote: 13 Feb 2019, 10:08 And to get F11 and F12 you have to program a makro with the Soarer's converter software.
I put F11 and F12 onto F1 and F2 in combination with <ALT> or <CTRL>.
thank you man!Chyros wrote: 13 Feb 2019, 09:27Eh, do you mean, how do you use the arrow keys on the numpad? You can toggle between numbers and arrows/nav commands with the Num Lock keyMetzu wrote: 13 Feb 2019, 08:55 hi guys! i finally got my model F with Soarer's Converter,can anybody walkme trough on how to get the arrow keys backsame for f11 the keyboard feels very diffrent from my model f i been using for years now.
Nick..
Code: Select all
# Soarer Converter's configuration for an IBM Model F XT keyboard.
remapblock
# <>
BACKSLASH EUROPE_2
# #'
BACK_QUOTE BACKSLASH
# AltGr.
CAPS_LOCK RALT
endblock
macroblock
macro F1 CTRL
PUSH_META CLEAR_META CTRL
DELAY 5
PRESS F11
POP_ALL_META
endmacro
macro F2 CTRL
PUSH_META CLEAR_META CTRL
DELAY 5
PRESS F12
POP_ALL_META
endmacro
endblock