Search found 9 matches

by Xubuntu56
09 Jan 2019, 03:26
Forum: Keyboards
Topic: Help reassigning keys with Soarer
Replies: 14
Views: 4073

Re: Help reassigning keys with Soarer

Well, using your code, pad_asterix works perfectly! Thanks, Mu. Maybe the cartoon helped? ;) I'll have to figure out what's different in your code.
Say, does your XT really talk to hid_listen?
by Xubuntu56
09 Jan 2019, 00:59
Forum: Keyboards
Topic: Help reassigning keys with Soarer
Replies: 14
Views: 4073

Re: Help reassigning keys with Soarer

Tried making PAD_ASTERIX the Fn key; didn't work. Wonder if that has something to do with "legacy"?
by Xubuntu56
08 Jan 2019, 22:37
Forum: Keyboards
Topic: Help reassigning keys with Soarer
Replies: 14
Views: 4073

Re: Help reassigning keys with Soarer

Using F1 for the layer, then having to create a new F1. Perhaps it's necessary due to the XT not having a Fn key?
by Xubuntu56
08 Jan 2019, 22:09
Forum: Keyboards
Topic: Help reassigning keys with Soarer
Replies: 14
Views: 4073

Re: Help reassigning keys with Soarer

This works, but is there a "cleaner" way to do it? Kb is PC/XT.

Code: Select all

ifset set1
layerblock
	FN1 1
endblock
remapblock
layer 0
	F1 FN1
endblock
remapblock
ifset any
layer 1
	1 F1
endblock
I've got F1 initiating layer 1, and the normal F1 function resulting from 'F1+1'.
by Xubuntu56
05 Jan 2019, 17:34
Forum: Keyboards
Topic: What do "M" and "F" stand for?
Replies: 34
Views: 12531

From IBM support: Differences between 3590 Model B , E, and H Tape Drives
http://www-01.ibm.com/support/docview.w ... s8N1019509
Guessing model designations with a single letter were not restricted to keyboards?
by Xubuntu56
05 Jan 2019, 00:13
Forum: Keyboards
Topic: Truly puzzling behavior in Soarer's Converter
Replies: 12
Views: 3293

Thanks, Murium! Remapping F6 to LGUI is working fine now; the problem may have been my using an "alternate" spelling of asterisk in the remapblock.
by Xubuntu56
04 Jan 2019, 20:47
Forum: Keyboards
Topic: Truly puzzling behavior in Soarer's Converter
Replies: 12
Views: 3293

That's exactly what I wanted--a permanent change. Before, when I tried

Code: Select all

remapblock
    F6 LGUI
endblock
it objected and wouldn't run. By the way, I made other remaps which have worked fine.
by Xubuntu56
04 Jan 2019, 19:39
Forum: Keyboards
Topic: Truly puzzling behavior in Soarer's Converter
Replies: 12
Views: 3293

My code caused me to lose many key functionalities! On my PC/XT, I tried this:
macroblock
macro F6
MAKE LGUI
endmacro
endblock Problem is, F6 is the only function key that worked. I also lost Enter, Alt, Backspace, and others. So all I had was the WIN key. Any help greatly appreciated.
by Xubuntu56
31 Dec 2018, 16:31
Forum: Keyboards
Topic: Help reassigning keys with Soarer
Replies: 14
Views: 4073

@Muirium
Could you please help me straighten out my code? I would like for CAPS_LOCK to act as a "Firefox-Back" button.

Code: Select all

# make CAPS_LOCK act as "Firefox-Back" button
macroblock
macro CAPS_LOCK
push_meta
press LALT
press LEFT
pop_meta
endmacro
endblock

Go to advanced search