Browse Community
Help
Log In
Responses(1)
Solutions(0)
MicroTest
3 Apprentice
•
934 Posts
0
November 5th, 2012 13:00
I just took a look at the keyboard layout of your laptop.
If you don't need (for instance) the keys "[" and "]" you could easily remap the keys using "Autohotkey" to make them behave like "Home" and "End"
the remapping code would be :
====================================
[::home
]::end
the video below shows you how to use Autohotkey - the code shown in video must be - of course - replaced with the one shown above
Anyway - since you are a programmer you may find Autohotkey an interesting program
Dell Support Resources
View All
Top
MicroTest
3 Apprentice
•
934 Posts
0
November 5th, 2012 13:00
I just took a look at the keyboard layout of your laptop.
If you don't need (for instance) the keys "[" and "]" you could easily remap the keys using "Autohotkey" to make them behave like "Home" and "End"
the remapping code would be :
====================================
[::home
]::end
====================================
the video below shows you how to use Autohotkey - the code shown in video must be - of course - replaced with the one shown above
Anyway - since you are a programmer you may find Autohotkey an interesting program