From 22940b398010e3b653052dd27d0ac6fddbdae83c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 27 Jun 2020 23:22:15 +0300 Subject: update --- src/wiki/keymaps/X-keymaps.md | 0 src/wiki/keymaps/keymaps.md | 53 ------------------------------------------- 2 files changed, 53 deletions(-) delete mode 100644 src/wiki/keymaps/X-keymaps.md delete mode 100644 src/wiki/keymaps/keymaps.md (limited to 'src/wiki/keymaps') diff --git a/src/wiki/keymaps/X-keymaps.md b/src/wiki/keymaps/X-keymaps.md deleted file mode 100644 index e69de29..0000000 diff --git a/src/wiki/keymaps/keymaps.md b/src/wiki/keymaps/keymaps.md deleted file mode 100644 index 6bcce03..0000000 --- a/src/wiki/keymaps/keymaps.md +++ /dev/null @@ -1,53 +0,0 @@ -Title: Keymaps in TTY - -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