src/gtkimhtml.c

changeset 8758
940afe5423a9
parent 8740
098a43943bba
child 8782
eb3f9bf7d69c
equal deleted inserted replaced
8757:0a0e592e7ccb 8758:940afe5423a9
451 break; 451 break;
452 452
453 case GDK_End: 453 case GDK_End:
454 return TRUE; 454 return TRUE;
455 break; 455 break;
456 #endif /* Gtk+ >= 2.2.0 */ 456 #endif /* !(Gtk+ >= 2.2.0) */
457 457
458 case 'b': /* ctrl-b is GDK_Left, which moves backwards. */ 458 case 'b': /* ctrl-b is GDK_Left, which moves backwards. */
459 case 'B': 459 case 'B':
460 if (imhtml->format_functions & GTK_IMHTML_BOLD) { 460 if (imhtml->format_functions & GTK_IMHTML_BOLD) {
461 if(imhtml->html_shortcuts) { 461 if(imhtml->html_shortcuts) {

mercurial