| 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) { |