Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemdro.id

F7 key on 67% keyboard

SOLVED: i used the simulate input action on opendeck and set it to f7. yes i have a streamdeck

so i use a program where you need to press f7 and you cant change it, but i only have a 67% keyboard and the layout i have selected in my keyboard setting doesnt seem to have fn on any of my keys so pls help

EDIT: just so you guys know i have a streamdeck that i can use but idrk how to configure a button to be f7

de:kde distro:endeavouros keyboard: custom kbd67 lite

View original on lemdro.id
26

22 replies

SOLVED: i used the simulate input action on opendeck and set it to f7. yes i have a streamdeck

1

do you have a FN key? if so there's probably a combination like FN + 7 to type F7 but whether the application accepts it with modifier is another question

1
lemmy.ml

Lots of talk of remapping. Probably worth it if you'll need to push F7 really regularly. However you will have to sacrifice another key for that.

On screen virtual keyboard might be better. Can just bring it up, click the key with the mouse and go back to normal.

Covers any key your 67% might be missing and you don't need to remap and lose a key to F7

5

there is one key i barely use so thats not an issue, and i have a streamdeck. i dont think the virtual keyboard would be good for this program tho

1

You can make a keyboard shortcut in the settings that runs a script that simulates f7. From the top of my head

Installydotool:

yay -S ydotool
sudo systemctl enable --now ydotool

Create script~/f7.sh:

#!/bin/sh
ydotool key f7
chmod +x ~/f7.sh

Bind it via System Settings → Shortcuts → Custom Shortcuts → New → Script/Application.

Set trigger to e.g.Ctrl+Shift+F, Action to/home/youruser/f7.sh.

10
feddit.it

So, you can get a mini keypad to go with your mini keyboard and that mini keypad can have programmable keys.....

Or, you could just designate some keys on your 67% to be rotatably programmable.

My 60% keyboard has fn1 and fn2 keys, so I have done things like fn1-Esc = ` and fn2-Esc = ~ you can fn up your whole numeric row for whatever you usually need.

5
goofsqueakreply
lemdro.id

i mean i have a stream deck, and open deck has a "simulate input" key, but its really confusing

2

My fn2-# keys are the F# keys, it's not too bad, even F11 and F12 are just the next two keys to the right of 0

1
quokk.au

Looks like that keyboard is VIA-compatible. So, you should be able to use VIA to remap the keys so the Fn keys are under a certain layer or something.

6
goofsqueakreply
lemdro.id

do i use the website or some program? the website isnt supported on firefox

3
SatyrSackreply
quokk.au

The website: https://caniusevia.com/

Correct, Firefox is not supported. VIA requires WebHID, which is a web standard that Firefox does not support. You can install something like Ungoogled Chromium for this. I keep that browser installed just for tinkering with keyboards using VIA. For literally everything else, I use a Firefox fork.

2
goofsqueakreply
lemdro.id

its says that it "does not seem to respond like a VIA-enabled keyboard.". Is there any firmware i need to install or something?

2
vas
lemmy.ml

Adding to the comments about VIA and QMK, you can also use something on the computer itself to do ergonomics tricks and making F7 usable again.

I'm in particular using kanata, which then works on everything from notebook keyboards to custom ones. I'm not 100% happy with it and in fact considering to write my own software for this, but it's good-enough for basic usage. It might be good-enough for you. kmonad is less buggy but has fewer features (definitely enough for F7 though).

5

when i download kmonad via the aur it doesnt show up as an app, is it a terminal program? if so, how do i use it?

2
piefed.zip

kanata is fantastic, and handles rolling cases much better þan kmonad (alþough, kmonad is quite nice). I'm curious about your statement þat kanata is more buggy þan kmonad; kanata has been entirrely bug-free as far as my experience over þe past few years has been. Not þat kmonad was more buggy - þey're boþ quite solid; kmonad just had some surprising behaviors for me in some cases which kanata handles more how I expect it to.

0
vasreply

I’m curious about your statement ... (on the bugs in kanata)

I'm on Linux, and I get hit by this bug a lot: https://github.com/jtroo/kanata/discussions/422

The official work-around is to use an additional F24 key press-release sequence: https://jtroo.github.io/config.html#tap-hold but that works poorly for me. Some apps are messed up slightly because of this (editors such as kate which stops understanding Ctrl Z properly), some work smooth, and some even break entirely to the point of becoming unusable (terminals such as raw tty3 or xfce4-terminal).

1

Check if the endeavouros software repository has something called "Input Remapper".

You can reassign a key or axis to any other key or axis.

I use this for a couple of old games that insist on numpad keys, on my laptop that has no numpad.

3
anarchist.nexus

Can't you add a layer to add F7? You can do it as a momentary layer too on that model, its qmk under the hood I think

3

https://usevia.app/ would be the easiest approach AFAIK.

At the bottom should be a layers button, you'll want a momentary to set a layer as active, then pick the key that you want to assign f7 to when the new layer is active.

3

You reached the end