FAQ: Remove outdated Q
parent
15c6768f4f
commit
d235f9394b
18
FAQ.md
18
FAQ.md
|
@ -17,24 +17,6 @@ bindsym $mod+Pause mode passthrough
|
||||||
This makes it so that when you press $mod+Pause, all keybindings, except the one
|
This makes it so that when you press $mod+Pause, all keybindings, except the one
|
||||||
to switch back, are disabled.
|
to switch back, are disabled.
|
||||||
|
|
||||||
**Q: Wayvnc changes Sway's keyboard layout. Can this be fixed?**
|
|
||||||
|
|
||||||
A: This happens because of a bug in how the virtual keyboard protocol interacts
|
|
||||||
with a feature in sway called smart keyboard grouping. This can be remedied by
|
|
||||||
either putting wayvnc on a separate seat or turning off smart keyboard grouping
|
|
||||||
in sway.
|
|
||||||
|
|
||||||
Putting wayvnc in its own seat is done like this:
|
|
||||||
```
|
|
||||||
swaymsg seat wayvnc fallback false # create a new seat
|
|
||||||
wayvnc --seat=wayvnc
|
|
||||||
```
|
|
||||||
|
|
||||||
Smart keyboard grouping can be turned off like this:
|
|
||||||
```
|
|
||||||
swaymsg seat seat0 keyboard_grouping none
|
|
||||||
```
|
|
||||||
|
|
||||||
**Q: Not all symbols show up when I'm typing. What can I do to fix this?**
|
**Q: Not all symbols show up when I'm typing. What can I do to fix this?**
|
||||||
|
|
||||||
A: Try setting the keyboard layout in wayvnc to the one that most closely
|
A: Try setting the keyboard layout in wayvnc to the one that most closely
|
||||||
|
|
Loading…
Reference in New Issue