Posted by member 59982 on 2004-08-29 00:11:27 link
I checked my personal.rc and found this:
;--> specify actions for left and right 'win' keys if desired
;jKeyLWinKey !Popup
;jKeyRWinKey !PopupTheme
I changed it to:
;--> specify actions for left and right 'win' keys if desired
*jKeyLWinKey !Popup
*jKeyRWinKey !Popup
It's still not working though =/
EDIT: Found the problem. No stars (*) were to be put in front. It's working now thanks for the help.
;--> specify actions for left and right 'win' keys if desired
;jKeyLWinKey !Popup
;jKeyRWinKey !PopupTheme
I changed it to:
;--> specify actions for left and right 'win' keys if desired
*jKeyLWinKey !Popup
*jKeyRWinKey !Popup
It's still not working though =/
EDIT: Found the problem. No stars (*) were to be put in front. It's working now thanks for the help.