handsomer100
04-07-2005, 07:46 PM
e_Key Bug:
Problem1:when i Press the Alt , Shift , Ctrl key,i find when i press a key ,the app only can detect the shift and alt key can`t detect the alt key
(but when i Modifier then,just like:
if e_Modifiers.shift == true and e_Modifiers.alt == true and e_Modifiers.ctrl == true then
Dialog.Message("Notice", "Ctrl+Alt+Shift is Modifiers!", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
end
)it can work fine!
so i think in the background the app is detect it~~~~~~~~
Problem2: i find in any ime besides the unispim,the app can`t Real-Time to detect the Modifier key,when i release the key ,the app can`t update the modifier table.
so the app also display pressed when i release it.
i don`t know if the bug is on chinese system?
But when i use english ime,it can`t work either
P.S.:my keyboard is Logitech multimedia keyboard.
Problem1:when i Press the Alt , Shift , Ctrl key,i find when i press a key ,the app only can detect the shift and alt key can`t detect the alt key
(but when i Modifier then,just like:
if e_Modifiers.shift == true and e_Modifiers.alt == true and e_Modifiers.ctrl == true then
Dialog.Message("Notice", "Ctrl+Alt+Shift is Modifiers!", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
end
)it can work fine!
so i think in the background the app is detect it~~~~~~~~
Problem2: i find in any ime besides the unispim,the app can`t Real-Time to detect the Modifier key,when i release the key ,the app can`t update the modifier table.
so the app also display pressed when i release it.
i don`t know if the bug is on chinese system?
But when i use english ime,it can`t work either
P.S.:my keyboard is Logitech multimedia keyboard.