ZIm/crates/collab/src
gmorenz 8f5d7db875
First pass at making a linux keymap (#8082)
Undoubtedly not perfect, but this should be something we can work off
of.

Note that matching keybindings with ctrl in them is currently broken on
linux (or at least x11). This keymap might just manage to be less useful
than using the macos one on linux until that is fixed... the proximate
cause of this is that the `key` field of the `Keystroke` struct looks
like `"\u{e}"` instead of `"n"` when `ctrl-n` is pressed.

Release Notes:

- N/A
2024-02-20 13:51:54 -08:00
..
api Add an extensions API to the collaboration server (#7807) 2024-02-15 12:53:57 -08:00
bin Fix seed-db script by passing it the correct admin file path (#8022) 2024-02-19 18:53:17 +02:00
db Return descriptions for extensions (#7869) 2024-02-15 17:43:47 -05:00
rpc Use a synchronous mutex for ConnectionPool 2022-12-13 13:50:51 +01:00
tests First pass at making a linux keymap (#8082) 2024-02-20 13:51:54 -08:00
api.rs Add an extensions API to the collaboration server (#7807) 2024-02-15 12:53:57 -08:00
auth.rs Update verify_access_token doc comment 2024-01-17 18:06:16 -08:00
db.rs Return descriptions for extensions (#7869) 2024-02-15 17:43:47 -05:00
env.rs Add an extensions API to the collaboration server (#7807) 2024-02-15 12:53:57 -08:00
errors.rs Remove more unused code related to GitHub auth and errors 2022-04-21 08:57:49 -06:00
executor.rs Remove 2 suffix for collab, rope, settings, menu 2024-01-03 12:29:16 -08:00
lib.rs Add an extensions API to the collaboration server (#7807) 2024-02-15 12:53:57 -08:00
main.rs Add an extensions API to the collaboration server (#7807) 2024-02-15 12:53:57 -08:00
rpc.rs Follower simplification (#8026) 2024-02-20 09:41:37 -07:00
tests.rs Start work on read-only project access for channel guests 2024-01-03 19:30:32 -07:00