From 979a10c2a68746565f330e871da2a0a112fa1604 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 6 Apr 2020 12:06:20 +0300 Subject: initial commit --- docs/wiki/keymaps/X-keymaps.html | 23 +++++++++++++ docs/wiki/keymaps/X-keymaps.txt | 0 docs/wiki/keymaps/keymaps.html | 74 ++++++++++++++++++++++++++++++++++++++++ docs/wiki/keymaps/keymaps.txt | 52 ++++++++++++++++++++++++++++ 4 files changed, 149 insertions(+) create mode 100644 docs/wiki/keymaps/X-keymaps.html create mode 100644 docs/wiki/keymaps/X-keymaps.txt create mode 100644 docs/wiki/keymaps/keymaps.html create mode 100644 docs/wiki/keymaps/keymaps.txt (limited to 'docs/wiki/keymaps') diff --git a/docs/wiki/keymaps/X-keymaps.html b/docs/wiki/keymaps/X-keymaps.html new file mode 100644 index 0000000..960ba5c --- /dev/null +++ b/docs/wiki/keymaps/X-keymaps.html @@ -0,0 +1,23 @@ + + + +X-keymaps | Carbs Linux + + + + + +

Carbs Linux - a simple busybox linux distribution

+
+View Page Source
+ + + + diff --git a/docs/wiki/keymaps/X-keymaps.txt b/docs/wiki/keymaps/X-keymaps.txt new file mode 100644 index 0000000..e69de29 diff --git a/docs/wiki/keymaps/keymaps.html b/docs/wiki/keymaps/keymaps.html new file mode 100644 index 0000000..15a24e5 --- /dev/null +++ b/docs/wiki/keymaps/keymaps.html @@ -0,0 +1,74 @@ + + + +Keymaps in TTY | Carbs Linux + + + + + +

Carbs Linux - a simple busybox linux distribution

+
+

Installing and Using Keymaps

+ +

Unlike most other distributions out there +Carbs Linux does not come preinstalled with console +keys. You probably won’t be using more than +two either. There are two ways of using keymaps

+ +

Installing the “bkeymaps” package

+ +

You can get the bkeymaps package from the +KISS community repository.

+ +

Build and install bkeymaps.

+ +
-> kiss b bkeymaps
+-> kiss i bkeymaps
+
+ +

Now you can find the keymaps in /usr/share/bkeymaps.

+ +

Downloading the keymaps you require

+ +

This will assume that you are using the us keyboard layout

+ +

You firstly will need to go to https://dev.alpinelinux.org/bkeymaps/ +and download the keymap you need

+ +

Loading keymap, doing it on login/boot

+ + + + +

Load keymap at login

+ +

If you want to load a keymap at login, you can +add the command above to your .profile file.

+ +

Load keymap at boot

+ +

You can also load keymap during boot. You should edit +/lib/init/rc.boot file and add something like

+ +
# assuming you are using trq as your keymap
+log "Setting keymap to trq..."; {
+    loadkmap < /path/to/trq.bmap
+}
+
+ +

to your main function.

+View Page Source
+ + + + diff --git a/docs/wiki/keymaps/keymaps.txt b/docs/wiki/keymaps/keymaps.txt new file mode 100644 index 0000000..89a7e8c --- /dev/null +++ b/docs/wiki/keymaps/keymaps.txt @@ -0,0 +1,52 @@ + +Installing and Using Keymaps +============================ + +Unlike most other distributions out there +Carbs Linux does not come preinstalled with console +keys. You probably won't be using more than +two either. There are two ways of using keymaps + +Installing the "bkeymaps" package +--------------------------------- + +You can get the `bkeymaps` package from the +[KISS community repository](https://github.com/kisslinux/community). + +Build and install `bkeymaps`. + + -> kiss b bkeymaps + -> kiss i bkeymaps + +Now you can find the keymaps in `/usr/share/bkeymaps`. + + +Downloading the keymaps you require +----------------------------------- + +*This will assume that you are using the us keyboard layout* + +You firstly will need to go to +and download the keymap you need + +Loading keymap, doing it on login/boot +-------------------------------------- + +- Run `loadkmap < file` to load the keymap. + +**Load keymap at login** + +If you want to load a keymap at login, you can +add the command above to your `.profile` file. + +**Load keymap at boot** + +You can also load keymap during boot. You should edit +`/lib/init/rc.boot` file and add something like + + # assuming you are using trq as your keymap + log "Setting keymap to trq..."; { + loadkmap < /path/to/trq.bmap + } + +to your main function. -- cgit v1.2.3