new file: dvorakd.sh

new file:   install.sh
	new file:   readme.md
This commit is contained in:
Serguei Chmod777
2016-04-10 17:23:11 +02:00
commit f3d780b57b
3 changed files with 70 additions and 0 deletions

11
readme.md Normal file
View File

@@ -0,0 +1,11 @@
```
The reason of such a tiny script came from an annoyance reckonning
the lack of Dvorak layout while grepping it to # kbd -l, on my OpenBSD
running on a Sparc64 machine (otherwise, this layout just exists among
plenty others for standard arch)...
So with valuable tips from #gcu squad people, I just avoid the
hardiest way by re-mapping the QWERTY keyboard into US_Dvorak layout,
using wsconsctl.
I hope it could help some oddball *BSD users.
```