matrix1001 / capslock-plus-plus

⌨Amazing, extendable, readable autohotkey scripts framework utilized by Capslock.
90 stars 10 forks source link

hyper_s is not search & how to map a key #3

Open boeto opened 5 years ago

boeto commented 5 years ago
  1. hyper_s is google translate , can't open search.
  2. i want to map a key to another key in capslock-plus-plus what should i do?
matrix1001 commented 5 years ago

Check HyperSearch.ahk for detail. It's just managed by some regexp, nothing special. If you want to use it as a web searcher, check ahk manual and rewrite function HyperSearch in that script.

What do you mean map a key to another ?

For example, change translate from caps + t to caps + y.

change this in HyperSettings.ini

hyper_t=TransSel --> hyper_y=TransSel

matrix1001 commented 5 years ago

@pourley Got any other problem?