Plan 9 Keybindings
Plan 9 OS user interface (UI) is mouse oriented. However, thanks to Common User Access (CUA) specification , we have come to expect keyboard shortcuts to work for certain repeated actions. e.g. Ctrl+x, Ctrl+c and Ctrl+v for cut, copy and paste respectively. This is an attempt to introduce the same in Plan 9. Code ( Work in Progress ) https://gitlab.com/atamariya/plan9front/-/blob/dev/sys/src/cmd/rio/dat.h https://gitlab.com/atamariya/plan9front/-/blob/dev/sys/src/cmd/rio/rio.c https://gitlab.com/atamariya/plan9front/-/blob/dev/sys/src/cmd/rio/ui1.c https://gitlab.com/atamariya/plan9front/-/blob/dev/sys/src/cmd/rio/wind.c References Typing Unicode Characters (see also man keyboard(6))