Forum Replies Created
-
AuthorPosts
-
May 1, 2018 at 12:16 pm #142526April 14, 2018 at 6:01 pm #141965
This specific model is a version 3 and i keep getting an error about startup.nsh couldn’t be found. Resetting BIOS doesn’t work. It seems like I would have to reinstall BIOS from scratch but I am unable to find the BIOS file and any instructions on how to flash the BIOS using a USB stick. Methods I have tried (and failed)
IMHO, very strange decision – your BIOS started so it’s not damaged, but there is no uefi loader to complete OS bootup process. What options do you see under BIOS “Save & Exit” tab in ‘Boot Override’ section?
March 28, 2018 at 6:23 am #141219I have EzBookPro (v.3, dual wi-fi without ssd hatch). “Turbo time limit” was set to maximum, MSR 0x610 was set to 15W.
March 25, 2018 at 12:55 pm #141084It doesn’t work for me either – CPU start throttling at 65°C.
Attachments:
You must be logged in to view attached files.February 23, 2018 at 7:07 pm #79814CapsLock & ScrollLock.
January 5, 2018 at 9:33 am #76484There were no “backlit logo” ever – all you might saw on vendors photo was “chineese fantasy” (Photoshop). “Jumper” logo is just engrave on aluminum cover.
December 14, 2017 at 9:51 am #75852Check if ScrollLock (Fn-F12) is off, because then it’s on – touchpad is off.
November 25, 2017 at 9:14 pm #75356ctrl + shft + right or left arrow
Everything fixable!
All you need is AHK and script from attachment and it adds extra features to EZwierd keyboard:
Navigation keys:
- RAlt+←::Home
- RAlt+→::End
- RAlt+↑::PgUp
- RAlt+↓::PgDn
- Ctrl+LAlt+←::Ctrl+Shift+←
- Ctrl+LAlt+→::Ctrl+Shift+→
Ctrl+keys:
- \+←::^Home
- \+→::^End
- \+↑::^PgUp
- \+↓::^PgDn
Insert:
- Win+F11::Ins
- Ctrl+F11::Ctrl+Ins
- Shift+F11::Shift+Ins
PrintScreen:
- Win+F12::Win+PrintSc
- Alt+F12::Alt+PrintSc
etc…
Attachments:
You must be logged in to view attached files.November 15, 2017 at 11:20 am #74887doesn’t want to load the provided icm file
You’re right, and I don’t know reason why. Try my profile made with HueyPro.
Attachments:
You must be logged in to view attached files.November 14, 2017 at 7:33 pm #74869it resets the colors back to the cold blue colors again
That’s igfx (Intel graphics settings) ‘tricks’ to reload default profile. Use DispCalGui app to proper color profile handling.
November 5, 2017 at 5:35 pm #74440No way to do same thing with Left arrow key.
My bad! There is no reaction on ‘left arrow’ even with RSift. I remapped Ctrl+Shift+Arrows via AHK to Ctrl+LAlt+Arrows:
; Ctrl+LAlt+Left to Ctrl+Shift+Left
^!SC14B::Send,^+{Left}; Ctrl+LAlt+Right to Ctrl+Shift+Right
^!SC14D::Send,^+{Right}November 5, 2017 at 8:43 am #74415the issue of the CTRL+Shift shortcuts
Right shift (RShift) works fine. Ctrl+LShift+ any key from two lower rows (z to / and Win, Alt, Space, Arrows) doesn’t work.
November 5, 2017 at 8:36 am #74414not being able to use ctrl+shift+left, for instance
All ‘triple’ combinations with Ctrl+Shift+… are impossible for two down rows of keys but only with left shift (LShift). Right shift (Ctrl+RShift+…) works like charming.
November 4, 2017 at 6:51 pm #74398I use AHK script to add almost all navigation keys (Home, End, PgUp, PgDn), Ins, PrintSc etc… Key ‘/‘ now acts like Ctrl for two-key combinations, single press as usual.
See original post for details and script example.
Attachments:
You must be logged in to view attached files. -
AuthorPosts

