diff -ur ../nano-cvs/src/global.c src/global.c --- ../nano-cvs/src/global.c 2007-10-29 16:38:37.000000000 +0100 +++ src/global.c 2008-01-01 23:52:05.000000000 +0100 @@ -603,7 +603,7 @@ IFSCHELP(nano_nextword_msg, FALSE, NANO_NO_KEY), NANO_NO_KEY, NANO_NO_KEY, VIEW, do_next_word_void); - sc_init_one(&main_list, NANO_NO_KEY, N_("Prev Word"), + sc_init_one(&main_list, NANO_PREVWORD_KEY, N_("Prev Word"), IFSCHELP(nano_prevword_msg, FALSE, NANO_PREVWORD_KEY), NANO_NO_KEY, NANO_NO_KEY, VIEW, do_prev_word_void); #endif diff -ur ../nano-cvs/src/nano.h src/nano.h --- ../nano-cvs/src/nano.h 2007-12-19 16:42:15.000000000 +0100 +++ src/nano.h 2008-01-01 23:43:33.000000000 +0100 @@ -556,8 +556,8 @@ #define NANO_NEXTFILE_KEY NANO_META_RCARET #define NANO_NEXTFILE_METAKEY NANO_META_PERIOD #define NANO_BRACKET_KEY NANO_META_RBRACKET -#define NANO_NEXTWORD_KEY NANO_CONTROL_SPACE -#define NANO_PREVWORD_KEY NANO_META_SPACE +#define NANO_NEXTWORD_KEY 0x205 +#define NANO_PREVWORD_KEY 0x203 #define NANO_WORDCOUNT_KEY NANO_META_D #define NANO_SCROLLUP_KEY NANO_META_MINUS #define NANO_SCROLLDOWN_KEY NANO_META_PLUS