diff --git a/changelog.txt b/changelog.txt index 212cb6b6..0702abf2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ - +08-jan-2011 - prg - switched advance one frame key from "\" to "`" 27-dec-2011 - AnS - Tasedit: "About" window 27-dec-2011 - AnS - Tasedit: searching Markers with similar Notes ("Similar" and "More" buttons) 26-dec-2011 - AnS - Tasedit: Find Note dialog (Ctrl-F) diff --git a/src/drivers/sdl/config.cpp b/src/drivers/sdl/config.cpp index d66c8482..ba458b26 100644 --- a/src/drivers/sdl/config.cpp +++ b/src/drivers/sdl/config.cpp @@ -337,7 +337,7 @@ InitConfig() SDLK_PAUSE, // pause SDLK_MINUS, // speed++ SDLK_EQUALS, // speed-- - SDLK_BACKSLASH, //frame advnace + SDLK_BACKQUOTE, //frame advnace SDLK_TAB, // turbo SDLK_COMMA, // toggle input display SDLK_q, // toggle movie RW