# \[SOLVED\] Where key "Insert" at MicroPC keyboard?

**URL:** https://gpdsupport.com/t/solved-where-key-insert-at-micropc-keyboard/479
**Category:** Support & Help Requests
**Tags:** micropc, linux
**Created:** [February 8, 2020, 5:15pm UTC](https://gpdsupport.com/t/solved-where-key-insert-at-micropc-keyboard/479 "2020-02-08T17:15:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![samjam](https://gpdsupport.com/letter_avatar_proxy/v4/letter/s/7ab992/32.png) [@samjam](https://gpdsupport.com/u/samjam)
#### Post date: [February 8, 2020, 5:15pm UTC](https://gpdsupport.com/t/solved-where-key-insert-at-micropc-keyboard/479/1 "2020-02-08T17:15:26Z")

</div>

Hi guys!  
I just realized that I can not find the key “Insert” on my MicroPC keyboard.

It’s a most common usage key in terminal/linux systems…

 ![micropc](https://gpdsupport.com/uploads/default/original/1X/23c5bc5c6e2da844a7d1018ff63f5cdce449962f.jpeg)

---

<div class="post-metadata">

### Author: ![petem](https://gpdsupport.com/letter_avatar_proxy/v4/letter/p/9e8a1a/32.png) [@petem](https://gpdsupport.com/u/petem)
#### Post date: [February 9, 2020, 1:12pm UTC](https://gpdsupport.com/t/solved-where-key-insert-at-micropc-keyboard/479/2 "2020-02-09T13:12:39Z")

</div>

Again, I’m not sure as I don’t have a MicroPC but this has been helpful for a number of people and may enable you to remap a key to insert if you need.

> [@\[linux\] KMonad: Cleanly and Efficiently Remap \*ANY\* Key on your P2Max!](https://gpdsupport.com/t/linux-kmonad-cleanly-and-efficiently-remap-any-key-on-your-p2max/374):
>
> The [KMonad project](https://github.com/david-janssen/kmonad) is fairly new, but when I saw it, I immediately thought about how much it could help GPD owners who use linux. Essentially, you define you keyboard using human readable key definitions. Below is my SRC for the P2Max. SRC esc 1 2 3 4 5 6 7 8 9 0 bspc tab q w e r t y u i o p \ caps a s d f g h j …

---

<div class="post-metadata">

### Author: ![samjam](https://gpdsupport.com/letter_avatar_proxy/v4/letter/s/7ab992/32.png) [@samjam](https://gpdsupport.com/u/samjam)
#### Post date: [February 9, 2020, 7:17pm UTC](https://gpdsupport.com/t/solved-where-key-insert-at-micropc-keyboard/479/3 "2020-02-09T19:17:21Z")

</div>

Unforunally, GPD MicroPC hasn’t `Insert` keyboard key! Why? 😱 It’s common usage key, better they remove Right Shift instead Insert. But in fact.

I found pure solution that applicable for most common Linux distros (and no need installing any soft)

In terminal:

```auto
# enter to superuser
sudo -s   

# create necessery dir and an empty file:
# /etc/udev/hwdb.d/70-keyboard.hwdb
# and write this 4 rows

evdev:atkdb:dmi:*     
  KEYBOARD_KEY_3a=insert
keyboard:usb:v*p*
  KEYBOARD_KEY_3a=insert

# after save file
# update and reload hwdb.bin
systemd-hwdb update
sudo udevadm trigger

```

Now CapsLock key does function of Insert

Tested on my GPD MicroPC4.14
