@@ -37,6 +37,7 @@ static MappingSet() {
3737 new Binding ( StaticActionList . MiscLogoutCharacter , 'q' , KeyCode . Q , EventModifiers . Control , false ) ,
3838 new Binding ( StaticActionList . MiscChangeCharacter , 'g' , KeyCode . G , EventModifiers . Control , false ) ,
3939 //new Binding(StaticActionList.MiscEditOptions, 'z', KeyCode.Z, EventModifiers.Control, false),
40+ new Binding ( StaticActionList . MiscToggleFullScreen , 'f' , KeyCode . F , EventModifiers . Control , false ) ,
4041 new Binding ( StaticActionList . MiscShowEditHotkeys , 'k' , KeyCode . K , EventModifiers . Control , false ) ,
4142 //new Binding(StaticActionList.MiscToggleMappingMode, '\0', KeyCode.Return, EventModifiers.Control),
4243 new Binding ( StaticActionList . PlayerMount , 'r' , KeyCode . R , EventModifiers . Control , false ) ,
@@ -66,6 +67,7 @@ static MappingSet() {
6667 new Binding ( StaticActionList . MiscLogoutCharacter , 'q' , KeyCode . Q , EventModifiers . Control , false ) ,
6768 new Binding ( StaticActionList . MiscChangeCharacter , 'g' , KeyCode . G , EventModifiers . Control , false ) ,
6869 //new Binding(StaticActionList.MiscEditOptions, 'z', KeyCode.Z, EventModifiers.Control, false),
70+ new Binding ( StaticActionList . MiscToggleFullScreen , 'f' , KeyCode . F , EventModifiers . Control , false ) ,
6971 new Binding ( StaticActionList . MiscShowEditHotkeys , 'k' , KeyCode . K , EventModifiers . Control , false ) ,
7072 new Binding ( StaticActionList . PlayerMount , 'r' , KeyCode . R , EventModifiers . Control , false ) ,
7173 new Binding ( StaticActionList . PlayerCancel , '\0 ' , KeyCode . Escape , EventModifiers . None , false ) ,
0 commit comments