Updated Symbian default config file to new format introduced in february. Added 'A' and 'Z' as additional keys for starmap zoom.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3116 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+26
-26
@@ -1,26 +1,26 @@
|
|||||||
config.textmenu = yes
|
alwaysgl = BOOLEAN:false
|
||||||
config.alwaysgl = no
|
sfxvol = INT32:20
|
||||||
config.sfxvol = 20
|
reswidth = INT32:320
|
||||||
config.iconicscan = no
|
usegl = BOOLEAN:false
|
||||||
config.pulseshield = no
|
3domusic = BOOLEAN:true
|
||||||
config.3domusic = yes
|
textmenu = BOOLEAN:true
|
||||||
config.smoothmelee = no
|
musicvol = INT32:20
|
||||||
config.positionalsfx = no
|
textgradients = BOOLEAN:true
|
||||||
config.resheight = 240
|
subtitles = BOOLEAN:true
|
||||||
config.musicvol = 20
|
iconicscan = BOOLEAN:false
|
||||||
config.textgradients = yes
|
resheight = INT32:240
|
||||||
config.reswidth = 320
|
scaler = STRING:no
|
||||||
config.scaler = no
|
3domovies = BOOLEAN:false
|
||||||
config.audiodriver = mixsdl
|
speechvol = INT32:20
|
||||||
config.fullscreen = no
|
audioquality = STRING:low
|
||||||
config.usegl = no
|
positionalsfx = BOOLEAN:false
|
||||||
config.player2control = 3
|
player1control = INT32:0
|
||||||
config.player1control = 0
|
showfps = BOOLEAN:false
|
||||||
config.subtitles = yes
|
pulseshield = BOOLEAN:false
|
||||||
config.3domovies = yes
|
smoothmelee = BOOLEAN:false
|
||||||
config.scanlines = no
|
fullscreen = BOOLEAN:false
|
||||||
config.showfps = no
|
smoothscroll = BOOLEAN:false
|
||||||
config.speechvol = 20
|
audiodriver = STRING:mixsdl
|
||||||
config.remixmusic = no
|
player2control = INT32:3
|
||||||
config.smoothscroll = no
|
scanlines = BOOLEAN:false
|
||||||
config.audioquality = low
|
remixmusic = BOOLEAN:false
|
||||||
|
|||||||
@@ -292,6 +292,12 @@ TInt CSDLObserver::SdlEvent(TInt aEvent, TInt aParam)
|
|||||||
// starmap zoom
|
// starmap zoom
|
||||||
iSdl->SetSDLCode('3', SDLK_KP_PLUS);
|
iSdl->SetSDLCode('3', SDLK_KP_PLUS);
|
||||||
iSdl->SetSDLCode('2', SDLK_KP_MINUS);
|
iSdl->SetSDLCode('2', SDLK_KP_MINUS);
|
||||||
|
|
||||||
|
iSdl->SetSDLCode('A', SDLK_KP_PLUS);
|
||||||
|
iSdl->SetSDLCode('Z', SDLK_KP_MINUS);
|
||||||
|
|
||||||
|
iSdl->SetSDLCode('a', SDLK_KP_PLUS);
|
||||||
|
iSdl->SetSDLCode('z', SDLK_KP_MINUS);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user