Coop package for macbook's
#2
You can easily bind the commands to new keys, for example, you can put this code into your autexec.cfg
bind "DELETE" [edittex 0 -1]
bind "INSERT" [edittex 0 1]
bind "HOME" [edittex 1 1]
bind "END" [edittex 1 -1]
bind "PAGEUP" [edittex 2 1]
bind "PAGEDOWN" [edittex 2 -1]
and then change the key names (the words in quotes, e.g. "HOME") to the names of the keys you want to use instead (e.g. "HOME" becomes "F3")
Thanks given by:


Messages In This Thread
Coop package for macbook's - by Vlad - 02 Sep 11, 08:42PM
RE: Coop package for macbook's - by Lantry - 03 Sep 11, 08:20AM
RE: Coop package for macbook's - by Vlad - 03 Sep 11, 02:26PM
RE: Coop package for macbook's - by Lantry - 03 Sep 11, 05:43PM
RE: Coop package for macbook's - by #M|A#Wolf - 03 Sep 11, 07:12PM
RE: Coop package for macbook's - by V-Man - 03 Sep 11, 07:47PM