TechTablets › Forums › Jumper Discussion › EZBook series › EZBOOK 3 Pro – no PgUp, PgDn, Home, End?
- This topic has 6 replies, 5 voices, and was last updated 8 years, 8 months ago by
Constantine.
-
AuthorPosts
-
November 4, 2017 at 1:22 pm #74385
Also, the cursor keys does not repeating. Very uncomfortable for browsing.
Any shortcut, somebody?
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.November 4, 2017 at 7:23 pm #74402Anonymous
Inactive- Posts: 19
Also, the cursor keys does not repeating. Very uncomfortable for browsing. Any shortcut, somebody?
See https://techtablets.com/forum/topic/guide-fix-keyboard-repeat-response-delay-or-lag/
In any case, though, I don’t think this is a device I’d be content with using for editing text/writing. The rollover issue is huge for me, both in terms of missing keys when typing quickly and not being able to use ctrl+shift+left, for instance. These flaws might not affect many people, but I still find it strange that I haven’t seen a single review mentioning this.
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 5, 2017 at 1:00 pm #74417not 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.
I am able only to select word by word with this combo : Ctrl(left) + Shift(right) + Right arrow key. No way to do same thing withLeft arrow key.
Does anyone know a simple program capable of mapping the keyboard or recording some missing shortcuts (to create PgUp or End or Home)? I didn’t understand so much the post you linked…
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} -
AuthorPosts
- You must be logged in to reply to this topic.

