PageUp and PageDown stopped sending in a119

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
Kapitano
Posts: 31
Joined: 07 Sep 2019, 10:58

PageUp and PageDown stopped sending in a119

29 Jul 2020, 05:23

{PageUp} and {PageDown} don't send in a119. {PgUp} and {PgDn} seem to work fine.

Same results with SendInput and SendEvent.

Is this a deliberate slimming down of aliases...or a bug?

[Mod edit: Moved to 'Ask For Help v2'.]
Helgef
Posts: 4709
Joined: 17 Jul 2016, 01:02
Contact:

Re: PageUp and PageDown stopped sending in a119

29 Jul 2020, 05:49

Pagedown/up aren't listed in the key list. Not a bug.

Cheers.
lexikos
Posts: 9621
Joined: 30 Sep 2013, 04:07
Contact:

Re: PageUp and PageDown stopped sending in a119

30 Jul 2020, 02:39

PageUp and PageDown never existed in the first place.
Kapitano
Posts: 31
Joined: 07 Sep 2019, 10:58

Re: PageUp and PageDown stopped sending in a119

30 Jul 2020, 19:16

Really? I've been using them for six months, in over 60 scripts written in a108.

...and they did absolutely nothing? But the scripts still worked perfectly.

There's probably a lesson in there somewhere.
User avatar
boiler
Posts: 17081
Joined: 21 Dec 2014, 02:44

Re: PageUp and PageDown stopped sending in a119

30 Jul 2020, 20:27

Just tried this script in a108 and it did nothing when I pressed F1:

Code: Select all

F1::Send "{PageDown}"
This one scrolls the page down when I press F1:

Code: Select all

F1::Send "{PgDn}"

Return to “Ask for Help (v2)”

Who is online

Users browsing this forum: ntepa and 50 guests