diff options
author | d3v1c3nv11 <d3v1c3nv11@users.noreply.github.com> | 2017-11-10 16:26:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-10 16:26:09 +0200 |
commit | dd745f09f5a34f9f6a89bb51fa48787da65e6120 (patch) | |
tree | c9184cb5d72a0b315f986af397af0f239d61afa7 | |
parent | 1c8dd770bf8e6e63489fcb01478a851ec4770975 (diff) |
Update readme.md
-rw-r--r-- | upgrade/readme.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/upgrade/readme.md b/upgrade/readme.md index d5b7f48..a49a313 100644 --- a/upgrade/readme.md +++ b/upgrade/readme.md @@ -20,4 +20,14 @@ start the update. The firmware should now be updated. -Note: You must add keyboard shortcut with name Suspend and command: "systemctl suspend" activated with key Fn+F1 +Note: To get Fn+F1 suspend mode working: + +1. Add +```bash +KEYBOARD_KEY_70071=suspend +``` +at the end of file /etc/udev/hwdb.d/teres_kbd.hwdb + +2. You must create keyboard shortcut (System -> Preferences -> Hardware -> Keyboard Shortcuts -> Add) with name "Suspend" and command: "systemctl suspend" activated with key Fn+F1 + +3. reboot... |