Forum Index

Welcome to the SDL Passolo User Forum
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Duplicate Accelerator Table entries in RC file

 
Post new topic   Reply to topic     Forum Index -> SDL Passolo .NET Add-In
View previous topic :: View next topic  
Author Message
pstubbs



Joined: 12 Jun 2009
Posts: 13
Location: Nottingham, UK

PostPosted: Tue Jul 20, 2010 4:29 pm    Post subject: Duplicate Accelerator Table entries in RC file Reply with quote

Hi

In the segment of the following source accelrator table passolo does not create all the defined entries. In the example below I'm seeing some entries being dropped The ID_ZOOM_OUT and ID_ZOOM_IN entries.

Source
Code:

  VK_SPACE,       ID_INSERT_NBSPACE,      VIRTKEY, SHIFT, CONTROL, NOINVERT
  VK_OEM_MINUS,   ID_INSERT_OPTIONAL_HYPHENPOINT, VIRTKEY, SHIFT, CONTROL, NOINVERT
    VK_SUBTRACT,    ID_INSERT_OPTIONAL_HYPHENPOINT, VIRTKEY, SHIFT, CONTROL, NOINVERT
    VK_OEM_MINUS,   ID_ZOOM_OUT,            VIRTKEY, CONTROL, NOINVERT
    VK_SUBTRACT,    ID_ZOOM_OUT,            VIRTKEY, CONTROL, NOINVERT
    VK_OEM_PLUS,    ID_ZOOM_IN,             VIRTKEY, CONTROL, NOINVERT
    VK_ADD,         ID_ZOOM_IN,             VIRTKEY, CONTROL, NOINVERT


Target
Code:

    VK_SPACE,       ID_INSERT_NBSPACE,      VIRTKEY, SHIFT, CONTROL, NOINVERT
    VK_OEM_MINUS,   ID_INSERT_OPTIONAL_HYPHENPOINT, VIRTKEY, CONTROL, NOINVERT
    VK_SUBTRACT,    ID_INSERT_OPTIONAL_HYPHENPOINT, VIRTKEY, CONTROL, NOINVERT
    "W",            ID_INSERT_SINGLECLOSEQUOTE, VIRTKEY, CONTROL, ALT, NOINVERT
    "Q",            ID_INSERT_SINGLEOPENQUOTE, VIRTKEY, CONTROL, ALT, NOINVERT

_________________
Regards
Paul
Back to top
View user's profile Send private message Visit poster's website
pstubbs



Joined: 12 Jun 2009
Posts: 13
Location: Nottingham, UK

PostPosted: Tue Jul 20, 2010 4:43 pm    Post subject: Reply with quote

Please ignore - I generated an old version of the RC file
_________________
Regards
Paul
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> SDL Passolo .NET Add-In All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group