Skip to content

Commit

Permalink
Drop notes about X11 being broken
Browse files Browse the repository at this point in the history
Looks like everything works reasonably well.

Closes #1
  • Loading branch information
atx committed Aug 14, 2021
1 parent f240771 commit c9ecfe4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,3 @@ virtual keyboard object. To help performing a more complicated sequence of key p
# Hold the Right key for 1000ms
wtype -P right -s 1000 -p right
```

## Limitations

To support arbitrary unicode characters, `wtype` generates a keymap on the fly and submits it to the compositor for distribution. Unfortunately this is broken under Xwayland as X has an upper limit on the amount of defined keycode-keysym pairs.
3 changes: 0 additions & 3 deletions man/wtype.1
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ can be used to perform more complicated modifier sequences.
.BR \-
Read text to type from stdin. This option can appear only once.

.SH LIMITATIONS
To support arbitrary unicode characters, wtype generates a keymap on the fly and submits it to the compositor for distribution. Unfortunately this is broken under Xwayland as X has an upper limit on the amount of defined keycode-keysym pairs.

.SH BUGS
No known bugs.

Expand Down

0 comments on commit c9ecfe4

Please sign in to comment.