Latest Unix-CVS version
Posted: 17.04.2002, 22:59
The latest Linux CVS version (1.2.4pre2) has many improvements indeed and runs nicely with my machine.
A few of my patches are still necessary though:
1) CTRL key does not work! This is resolved in gtkmain.cpp with:
- if((!appCore->getTextEnterMode()) && gtk_accel_groups_activate (GTK_OBJECT (mainWindow), event->keyval, (GdkModifierType)0))
+ if((!appCore->getTextEnterMode()) && gtk_accel_groups_activate (GTK_OBJECT (mainWindow), event->keyval, (GdkModifierType)1))
2) I think it is more mnemnonic to associate [ with 'fewer' and ] with 'more' stars, since also { is less , } is more ambient light and < is 'smaller', > 'bigger'.
3) There is still a SEGFAULT if mercury is displayed and CTRL+V, CTRL+P are both pushed.
Fridger
A few of my patches are still necessary though:
1) CTRL key does not work! This is resolved in gtkmain.cpp with:
- if((!appCore->getTextEnterMode()) && gtk_accel_groups_activate (GTK_OBJECT (mainWindow), event->keyval, (GdkModifierType)0))
+ if((!appCore->getTextEnterMode()) && gtk_accel_groups_activate (GTK_OBJECT (mainWindow), event->keyval, (GdkModifierType)1))
2) I think it is more mnemnonic to associate [ with 'fewer' and ] with 'more' stars, since also { is less , } is more ambient light and < is 'smaller', > 'bigger'.
3) There is still a SEGFAULT if mercury is displayed and CTRL+V, CTRL+P are both pushed.
Fridger