*** reinhard has joined #gnuenterprise *** btami has joined #gnuenterprise good morning all good morning *** johannesV has joined #gnuenterprise hi hi well we're into upstream version freeze in ubuntu, so any new gnue releases have to have good reasons to get in :) *** derek has quit IRC ajmitch: if you have latest versions from download page, that's all what we need the versions released months ago? I'm fairly sure I'm up to date there I'm up to date with all my packages apart from one (need newer gtk# for f-spot :) 0 *** johannesV has quit IRC *** johannesV has joined #gnuenterprise *** yure has joined #gnuenterprise *** btami has quit IRC *** btami has joined #gnuenterprise *** jamest has joined #gnuenterprise hi jamest is it possible that you committed a few things that have nothing to do with te err with the key trigger stuff? e.g. stuff concerning user parameters ah crap crap crap i mean............maybe please tell me I didn't commit input mask stuff no AFAICT didn't you get the commit mail? i'm currently unable to read mail and I didn't read it last night problem is I don't recall why i had changed the parameter stuff there was something with these parameters... I thought i'd done a revert before I started my stuff but I thought we've sorted it out before yeah, they broke something but i too thought it was fixed hmmm looking more closely, the stuff you changed with this commit seems right maybe you fixed it and we discussed your solution, but you forgot to commit? it's quite possible i really don't recall we could wait and see what breaks that'd tell us :) but while you're looking at code in the getEvent() function in input/GFKeyMapper.py whenever a ctrl key is held down on my system the keycode changes from A==65 to a=1 and I have no clue these values are effected internationally looking at the wx ui's common.py I see the key bindings for things like ctrl-c don't use ord('c') but an int of 3 so i worked on the assumption that if I implement something broken I can at least stay consistant w/ the original breakage however before I started mapping out the F1 style keys in there I was hoping I could get feedback on any proper ways to deal with the keycodes so I know they work for everyone I think that makes sense ctrl-a = 1 ctrl-i = 8 (= tab) ctrl-m = 13 (= cr) ctrl-l = 12 (= ff) but that might be different in various uis bbl *** yure has quit IRC *** jcater has joined #gnuenterprise *** klasstek has joined #gnuenterprise *** kilo has joined #gnuenterprise *** erkkie has quit IRC *** kilo has quit IRC *** johannesV_ has joined #gnuenterprise *** johannesV has quit IRC *** docelic_ has joined #gnuenterprise jamest, changing the key-code from 65 to 1 when you press ctrl+A is called "key-code translation" in wx usually the key-events (EVT_KEY_*) are untranslated, which means the key-code is always 65, no matter wheter you pressed a or A the char-event is translated, having a key-code of 97 for a or 65 for A, but also having 1 for ctrl-a have to run now ... have a nice day ! *** johannesV_ has quit IRC *** docelic_ has quit IRC *** erkkie has joined #gnuenterprise *** btami has quit IRC *** reinhard has quit IRC *** jcater has quit IRC *** klasstek has quit IRC *** jamest has left #gnuenterprise *** sjc has joined #gnuenterprise *** sjc has quit IRC *** jcater has joined #gnuenterprise