mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 01:01:37 +03:00
2861de983b
Previously, we relied on foolish hacks, like [%met %bac], to send "special" keystrokes with modifiers. This updates the belt type to have %key, which represents a single keystroke, with any combination of modifier keys. Note that this has overlap with %txt to some extent. [%key ~ 'a'] should be considered equivalent and preferred to [%txt 'a' ~], but updating existing usage is left to a later commit. |
||
---|---|---|
.. | ||
config | ||
dbug | ||
public | ||
src | ||
.babelrc | ||
.eslintrc.js | ||
.gitignore | ||
CONTRIBUTING.md | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
interface
Landscape is Tlon's suite of userspace applications (and web interface), currently bundled as part of Arvo.
This directory comprises the source code for the web interface. For code related to the Gall agents that make up the Landscape suite in Arvo, see pkg/arvo.
Contributions and feature requests
For information on how to contribute, see CONTRIBUTING. To submit a feature request, submit to the product board at urbit/landscape.