[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nsmatrix stepping between cells
From: |
reuss |
Subject: |
nsmatrix stepping between cells |
Date: |
Mon, 23 Feb 2004 01:51:59 GMT |
User-agent: |
Pan/0.11.2 (Unix) |
I have a matrix 5x5
in case of column = 0 and row = eg.5
and the next step with pushing the left arroy keyboard key would be
column = 4 (the last one) and row = 5-1
how to proceed?
I tried it with capturing with keyUp: or keyDown: (NSEvent*) methods,
but the switch was slower than a normal step and it annoys me.
Thanks
andras.
- nsmatrix stepping between cells,
reuss <=