/[gzz]/gzz/gzz/view/DefaultBinder.java
ViewVC logotype

Diff of /gzz/gzz/view/DefaultBinder.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by benja, Thu Oct 3 16:12:31 2002 UTC revision 1.4 by benja, Mon Oct 7 17:27:02 2002 UTC
# Line 255  public static final String rcsid = "$Id$ Line 255  public static final String rcsid = "$Id$
255              op(REASSIGN_ARROWSET);              op(REASSIGN_ARROWSET);
256          } else if(k.equals("Alt-A")) {          } else if(k.equals("Alt-A")) {
257              op(REASSIGN_ARROWSET);              op(REASSIGN_ARROWSET);
258            } else if(k.equals("Delete") || k.equals("Ctrl-Backspace")) {
259                Cell cell = fallback.windows[1].cursor;
260                Cell home = fallback.space.getHomeCell();
261                if(!cell.equals(home)) {
262                    cell.delete();
263                    fallback.windows[1].cursor = home;
264                } else {
265                    pa("Cannot delete home cell");
266                }
267          } else if(k.length() == 1) {          } else if(k.length() == 1) {
268              switch(k.charAt(0)) {              switch(k.charAt(0)) {
269                  // Right Rose                  // Right Rose

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26