Nicolas Lambert

Results 4 comments of Nicolas Lambert

I think it's something to change in the _PyQtForSoftimage\Application\Plugins\qtevents.py_ There is a KEY_MAPPING, I'm making an Azerty one... For "_" => 56: ( Qt.Key_8, '_', None )

So I have map a french keyboard. I've made two dictionaries : ENGLISH_MAPPING and FRENCH_MAPPING. Now the indexes are no longer int but str (I found it more esay to...

Sure this is not the best way to do! This code was more for helping making a new keyboard template. I thought that steven was more able to deal with...

yes this code is my workaround, so there is no emergency!!