Jump to content

how to page up/page down in skyrim console with asus tof keyboard?


Recommended Posts

Posted (edited)

Hi, I have that problem too.

Asus TUF gaming without pgup and pgdown keys.

What solution I find for me that works on SkyrimSE:

1) Have AHK installed. (AHK is AutoHotKeys, I'm using 1.1. You can use any other hokey binder/automation system you like, I'm using AHK so...)

2) Create .txt file, open it with notepad (windows notepad, notepad++, etc. But better don't use Word or smth like that, it can break things).

3) In the file you want to have this:

#IfWinActive, ahk_exe Skyrim.exe ; HERE You should check name of your skyrim.exe file. This line makes things working only when skyrim window is active

$+n::Send, {PgUp} ; When you are pressing Shift+N it makes Page Up.

$+p::Send, {PgDn} ; Shift+P for Page Down. You can switch things by changing PgUp and PgDn, or change hotkeys used, basic AHK info can be easily googled.

Part to the left from symbol is code, part to the right are just comments and you can delete them if don't need.

4) You want to see your files extensions (google for how to on your version of system) . Like for your text file it should be .txt. Rename that part to ".ahk".

5) When you run the file you will see no opened window. Runned script will be in the system tray (that part with clocks in the corner. Green icon with H on it. To exit right click it and select "Exit".

Edited by Gh0sTG0
Posted

i have an asus rog 2018 laptop. instead of using the keyboard for pgup/dn it was easier to bind pg up and pg dn to mouse 4 and 5 to my gaming mouse.
makes it easier to scroll web pages too.

the above solution is better but this might be an easier idea if you don't want to do that.
cheers.

Posted
25 minutes ago, LlenneiasWard said:

i have an asus rog 2018 laptop. instead of using the keyboard for pgup/dn it was easier to bind pg up and pg dn to mouse 4 and 5 to my gaming mouse.
makes it easier to scroll web pages too.

the above solution is better but this might be an easier idea if you don't want to do that.
cheers.

interesting. how you done that ?

Posted
2 minutes ago, Delzaron said:

interesting. how you done that ?

Looks like he have some gaming mouse with special software that allows him to change what buttons are sending. That is a solution, but mouse should be one that is sending things in a way Skyrim understands them. You know, like mouse that have more then only left and right buttons.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...