MacOS Option Key Modifier

Context: I am using a Keychron K3 mac keyboard uk layout. The keys match the uk.mac keyboard layout in freebsd however the option key modifier does not work. For example Option+3 should produce a hashtag symbol however when pressed it produces nothing or the shift+3 combination (£). I am using dwl and wayland but this issue persists in the tty and if possible I would love to know a fix for both domains.

Question: How can I get the Option modifier to work on a Mac keyboard variant of a uk keyboard layout in Wayland/TTY?
 
hi mate

i had exactly the same problem with dwl and wayland

heres how to fix the issue
let me know if you need any help

 
dwl notes







heres how i start dwl

Code:
#!/bin/sh

# start dwl with dbus
exec dbus-launch --exit-with-session dwl -s 'dwlb -font "monospace:size=16"' 2>/dev/null

root config


dotfiles


bin

 
Back
Top