Delzaron Posted December 31, 2022 Posted December 31, 2022 All is this the title... The 9 and 3 touchs doesn't work, whatever the touch I combine them. Thx in advance
Gh0sTG0 Posted December 31, 2022 Posted December 31, 2022 (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 December 31, 2022 by Gh0sTG0
LlenneiasWard Posted December 31, 2022 Posted December 31, 2022 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.
Delzaron Posted December 31, 2022 Author Posted December 31, 2022 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 ?
Gh0sTG0 Posted December 31, 2022 Posted December 31, 2022 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.
Delzaron Posted December 31, 2022 Author Posted December 31, 2022 I found a fix. https://www.nexusmods.com/skyrim/mods/5245?tab=files&file_id=16309 Tested with skyrim LE : it works... atleast for left and right arrows, which allows to navigate in console requests. Up and down arrows remains sucks.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now