i have noticed the GUI triggers events only support the arrow key events. is it possible to create a trigger wich would trigger when another key is pressed/released? (F, G, Tab, Etc..)
Not directly no. You could have a unit with abilities (the hotkeys of which correspond to the keys you want to detect) and detect when these abilities are cast.
yes, but it wouldnt detect when the key is released. the game im making is a kind of shooters. you move with arrows and i wanted when you kept "F" pressed, to have the guy constantly shoot bullets until "F" is released. ive heard it was possible to be done in JASS