Lofree 84 keyboard Print Screen #1267
-
|
I just got an Lofree84 keyboard (switched from an apple magic keyboard) the "Pts" button, which I assume is print screen, doesn't seem to work. When I hit it the current windows moves over like 2 work spaces?? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 8 replies
-
|
Hi, I'm also using Lofree84 Flow (but might not exactly be your model) and I had to first toggle between PC and Mac mode to get some shortcuts working. On mine its Fn+N and Fn+M to switch modes. |
Beta Was this translation helpful? Give feedback.
-
|
That was it! I'm too stupid to read the manual... I got the Lofree 84 lite and am enjoying it. |
Beta Was this translation helpful? Give feedback.
-
|
That saved me! Thanks for asking, and answering this one! |
Beta Was this translation helpful? Give feedback.
-
|
hmm this fixed my printscreen button but then swapped my option/win and command/alt buttons. Anyone experience this? @ChrisDrit @mikeproctor @perfektnacht @alex5207 @Williawar |
Beta Was this translation helpful? Give feedback.
-
|
I have encountered the same issue but fn+M did not fix for me. I ended up doing some key remapping, here is the report that claude generated with more details about the issue and the solution. Is this a problem with Flow84 keyboards and Omarchy or is it an Omarchy specific issue? Lofree Flow84 Keyboard Issues on LinuxOverviewThe Lofree Flow84 keyboard has several firmware-level issues when used on Linux that cause incorrect key mappings. This document details the problems discovered and the solutions implemented. Hardware Information
Issues Discovered1. Number "3" Key Triggers Screenshot Mode ✅ FIXEDProblem:
Root Cause:
Solution: # File: /etc/udev/hwdb.d/60-lofree-flow84-fix.hwdb
evdev:input:b0003v05ACp024F*
KEYBOARD_KEY_70020=3 # Physical "3" sends 0x70020, map back to "3"
KEYBOARD_KEY_70046=sysrq # Physical "PrtSc" sends 0x70046, map to Print ScreenApplied with: sudo cp ~/60-lofree-flow84-fix.hwdb /etc/udev/hwdb.d/
sudo systemd-hwdb update
sudo udevadm trigger
# Then unplug/replug keyboardStatus: ✅ FIXED - The "3" key now types "3" correctly 2. PrtSc Key Moves Windows to Workspace 3
|
| Issue | Status | Solution |
|---|---|---|
| "3" key triggers screenshot | ✅ Fixed | hwdb scancode remapping |
| PrtSc moves to workspace 3 | Use Super+Shift+P instead | |
| PgUp/PgDown like arrows | ❓ Investigation needed | Kernel scancodes correct, likely app issue |
Last Updated: 2025-11-25
Beta Was this translation helpful? Give feedback.
Hi, I'm also using Lofree84 Flow (but might not exactly be your model) and I had to first toggle between PC and Mac mode to get some shortcuts working.
On mine its Fn+N and Fn+M to switch modes.