Portege R200: Need keycodes for key mapping

Hi there
There is a lot of great software for mapping keycodes under GNU/Linux (like hotkeys or fnfxd) but one need keycodes to use it.
I'd like to know what are the keycodes which are bind to
1)TOSHIBA Assist Button
2)TOSHIBA Presentation Button
for FN+Key codes see the /etc/fnfxd/keymap file (in GNU/Linux with fnfxd installed ofcourse ;) )
Thank you in advacnce

I don't own a Laptop that would have these "special" key's to provide you the scan-codes but if I were you, I would try some "keyboard test utilities" that can tell you the code of each key pressed.
A nice useful program (shareware) can be found on the link below:
http://www.passmark.com/products/keytest.htm
You will have to install an appropriate driver for Linux, that can handle these extended keys as I don't believe they use standard Bios codes.
Never mind, give it a try and you will know ;) Always on a search ....
Regards
electrochain

Similar Messages

  • Portege R200 - Display driver for Windows 7

    I upgrades the OS on my Toshiba Portege R200 to Windows 7
    Tthe OS has determined my monitor as Generic, this does not allow multiple display settings.I think I need to replace the driver. Toshiba has no driver update for this model
    Is there an equivalent either elsewhere or with toshiba under other models?

    Hey,
    I agree with you, santhi_G. I have checked the Toshiba website for Portege R200 drivers and there are no drivers for Windows 7 or even Vista available. Only XP and Windows 2000 is supported. :(
    I found out that Portege R200 has Intel graphic card so probably you can find a driver on Intel website directly. Its worth a try ;)
    [www.intel.com]

  • MDM API for key Mapping.

    Hi All,
    Can anyone tell me how to use MDM API for updating key mapping ?
    I want to create a webservice which will take customer,client system and key for updating key mapping in mdm.
    Can anyone give me clue on this

    Hello Rama:
    Under Java you can do these things:
    Delete key mapping:
    CatalogData.DeleteKeyMapping(ClientSystem : String, Table :
    String, RecordID : int, Keys : String[])
    Argument Description
    ClientSystem -> Client system name
    Table -> Table name
    RecordID -> Record ID
    Keys -> Remote keys to remove
    Set a new keymapping:
    CatalogData.SetKeyMapping(ClientSystem : String, Table :
    String, RecordID : int, Keys : String[], DefaultKeyIndex
    : int)
    Argument Description
    ClientSystem ->    ClientSystem name
    Table ->           Table name
    RecordID ->        Record ID.
    Keys ->            Remote Keys you want to add
    DefaultKeyIndex -> Index entry into the key parameter
    indicating the key value as the default.
    I hope that helps
    Alejandro

  • Portege R700 - Need drivers for Windows 7 32bit

    Hi there
    I have the new R700 that I am developing a Windows 7 Enterprise build for and I cannot find the driver files or correct install programs for the 32bit version of the TOSHIBA Fingerprint Utility. I found the download for the R700 on the US site, and while this installs, it does not have the 32bit driver for the Fingerprint Scanner in the R700. Can someone either direct me to the correct download, or post the x86 download on the NZ site?
    BTW - the x64 download works fine if I install Windows 7 Ent x64 and install it.
    Model number = PT311A-00J00Q
    Component = Authen Tec Inc. AES1660
    PCI Device ID = USB\VID_08FF&PID_168B
    Thanks

    Yeah I checked the European site too, and it had the exact same files as the US site. The AUS\NZ sites have nothing except a BIOS update (as you saw), and the x86 TFPU from the US and UK sites does not work - it does not have the correct PCI\VEN device id in the driver inf file.
    In the meantime, while I was fiddling with the x64 build I noticed the x64 driver package has an x86 folder, and in there is the correct driver for the x86 build - which is just bizzare in my opinion. Why put the x86 driver in the x64 download package?
    So I installed that on the Win 7 x86 build, and viola - the drivers are installed and everything works.
    Now my problem is that I cannot silently install the TFPU without it rebooting. If you just run the setup, it installs then prompts for a reboot. If you use the /silent install switch it reboots automatically. Are there any other install switches I can use before I repackage this app to work correctly?
    Thanks

  • Key Mapping for Flat lookup tables

    Hi,
    How do we decide if we need to make Key Mapping "Yes" for flat look-up tables?
    Can anyone plz explain with an eg on where to make key mapping yes or no for Flat Tables.
    Thanks,
    Ketan

    Hi,
    Can anyone plz explain with an eg on where to make key mapping yes or no for Flat Tables.
    1. A remote system’s objects are mapped to master data objects within MDM using key mapping. A key mapping maintains the relationship between the remote system’s identifier (or key) for an object and the corresponding master data object in MDM.
    2. in the data manger based upon some strategy, you found that 4 records are duplicate, and then you merged into single record.
    the merged record is having 4 records inside it with respective remote keys.
    if you want to edit those records, key mapping should be enabled for that particular table.
    3. while harmonizing the records to the respective client systems, you can use edit key mapping functionality for merged records.
    if you enabled key mapping functionality in the console for the particular table, then only you can aceess EDIT KEY MAPPINGS functionality in data manager & syndicator.
    hope this may help you,
    Regards,
    Srinivas

  • MDM Exception: Key mapping value must be unique. You cannot overwrite key

    "ServerException: Key mapping value must be unique. You cannot overwrite key mapping values."
    I received such exception when code tried to manipulate Key Mappings of the record.
    error was not happen on mdm 5.5 but on 7.1 it sometimes appears.
    What is probable reason of this?
    How to resolve this ?
    Code is approximate so:
                                         String[] keys = keyMapping.getKeys();
                        if (recordKeyMapping.containsKeyMapping(remoteSystem)) {
                    recordKeyMapping.replace(remoteSystem, keys);
              else {
                   recordKeyMapping.addKeyMapping(keyMapping);
              //Persist
              targetRecord.update();
    //where methods are:
         public void replace(RemoteSystem remoteSystem, String[] keys) {
              KeyMapping keyMapping = getKeyMapping(remoteSystem);
              if (keyMapping == null) throw new IllegalArgumentException("Can't update keys: key mapping for the system '" + remoteSystem + "' is not found");
              else {
                   keyMapping.setKeys(keys);
         public void addKeyMapping(KeyMapping keyMapping) {
              RemoteSystem remoteSystem = keyMapping.getRemoteSystem();
              for(int i = 0; i < keyMapping.size(); i++) {
                   addKey(remoteSystem, (String) keyMapping.get(i));
    Edited by: Vladimir Grigoryev on Oct 5, 2010 11:26 AM

    Hello -
    I am not sure on that coding part. but is it like are you trying to retrive Key Mapping from Memory accelerator. Here this information always needs to be read from Database.
    I am sure you also maintained  the required attribute for key mapping as in Property in Console should be set as "Yes" and other relevant things properly .
    Here also go through the below link for more insight from tools perspective.
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30843106-5539-2b10-75a9-da483911b0d9
    http://help.sap.com/javadocs/mdm/sp06/com/sap/mdm/data/KeyMapping.html
    It may help
    Rgds
    Deep

  • Key mapping on UNIX forms

    We are using character based forms on SGI IRIX (Unix) machine
    as client, I need to map the keys for the client which I have
    never done. Can anybody help me or advice me what are the respective
    steps to do it. I couldn't find a good document on this.
    Thanx in advance.

    You have to use the Oracle Terminal Editor to create key mappings. D2k uses a file called FMR*.RES for key mapping. Look in the Forms directory and you will find this file. Open the RES file with Oraterm and edit.

  • Intercompany and Key Mapping Price List

    Hi expert,
    I have the Intercompany Add-ON version 2.0.8.30 installed on a SAP Business One 9.0 PL15 for 4 localization:
    Head Office (H000): IT
    Branch 001 (B001): FR
    Branch 002 (B002): DE
    Branch 003 (B003): CH
    This is the scenario:
    I started two weeks ago without Key Mapping the Price List because the first choice was that to use different price lists for each country.
    Now, I need to replicate the H000 price lists in new created rice List in each brench.
    We created new Price lists named "ZZ IT 01", "ZZ IT 02" and so on and we Key Mapped them.
    Here the screenshot for Key Mapping:
    Problem is that:
    NO REPLICATION APPENS!
    The Mapping was created 1 week ago but NO syncronization appened...
    So, the question is: How I can syncronize the Price Lists?
    thanks in advance,
    Jonny Cortonicchi

    Hi ,
    In ABAP API also you can retrieve key mapping of main table records using function 'MDM_API_RETR_CLIENT_SYS_KEYS'.
    You will get details of this function in sap library or ABAP API documentation provided by SAP.
    For any further queries kindly reply.
    Regards,
    Neethu Joy

  • Consolidated Infobjects Key mapping

    Hi
    In an SRM BW analysis  scenario for vendor evaluation  i need to consolidate infobjects from different source systems: SRM , R/3 and extermal WEB system  trought ABAP interface. The infobjects are 0GNVENDOR (SRM web Survey for vendor Evaluation) , 0VENDOR (R/3 MM) and 0BPARTNER .
    How can i solve this consolidation problem in an efficient way ?
    Thanks in advance

    Hi
    For the implementation of Consolidated infobjects is necessary the activation of 0GN infoarea and the implementation of standard ODS 0GN_BP with his complete dataflow for key mapping. After this  the ODS exports consolidated data (e.g 0GN_VENDOR>0VENDOR>0BPARTNER) to the infobjects  directly with the flexible master data staging (Instruction in inforea "Inserting Infobject as data target")

  • Update key mapping via web service

    Hi ,
    I have a question about edit key mapping. The problem is that we create vendors in MDM and syndicate them to different ERP systems. To decide which system a new vendor/changes must be send to, I need the Edit Key Mapping, but the users do not want to enter this information manually and I do not see how I can create key mapping automatically.
    We are working on a new solution where vendors are entered in sharepoint and updated in MDM via web services. I would like to know if one of you know if key mapping can be maintained via a web service.
    Kind regards
    Jonna

    Hello,
    You may use the document,
    [MDM PI via Web Service Key Mapping|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e0812356-e62f-2c10-76aa-9a02d038ba81]
    Hope this helps your scenario
    Regards,
    Abhishek

  • KeyCode for physical key

    Hello folks
    I'm trying to find a way to identify the physical key, without any layout mapping. I tried the KeyCode of KeyEvent, but it depends on the current layout (when I change the keyboard layout in Windows, the codes jump around). What's even worse is that once you switch to a non english keyboard layout, you start to get holes (key code 0) for keys formerly defined.
    This is really bad for me, since it simply means that I can't use Java for my project.
    Before I throw away all my code, does someone know a way to really idendify the key that was pressed?
    Regards
    Der Hinterwaeldler

    I doubt that it's possible. In fact, you can't even determine things like left or right shift, control, etc.
    What is it that you are trying to do? Are you sure you really need the key itself? I mean, if someone changes the mapping, well, that's their problem. Control type keys like arrows and such shouldn't change, right? Text entry should be based on the language/mapping.

  • How could I turn off the Command Key to Windows Key mapping in Remote Desktop for Mac 8

    I'd like to be able to turn the Command key->Windows key mapping off.  In this new app, whenever I use the Command key to initiate a Mac-side function, it registers a press of the Windows key within the Remote Desktop session.  Speaking only
    for myself, I use the Command Key for quite a lot of Mac operations, while my need and expectation for a Windows key press is zero.

    I'd like to be able to turn the Command key->Windows key mapping off.  In this new app, whenever I use the Command key to initiate a Mac-side function, it registers a press of the Windows key within the Remote Desktop session.  Speaking
    only for myself, I use the Command Key for quite a lot of Mac operations, while my need and expectation for a Windows key press is zero.
    Agreed. Cannot stop it by disabling the "Windows" key (from within Windows 7). Every time I Cmd-Tab to change apps, the Start Menu pops up,
    and persists, overlaying other app windows. Much more than annoying.
    Also, there is no Clipboard Sharing, apparently. Love typing in long binary strings into the Registry.

  • How to Maintain Surrogate Key Mapping (cross-reference) for Dimension Tables

    Hi,
    What would be the best approach on ODI to implement the Surrogate Key Mapping Table on the STG layer according to Kimball's technique:
    "Surrogate key mapping tables are designed to map natural keys from the disparate source systems to their master data warehouse surrogate key. Mapping tables are an efficient way to maintain surrogate keys in your data warehouse. These compact tables are designed for high-speed processing. Mapping tables contain only the most current value of a surrogate key— used to populate a dimension—and the natural key from the source system. Since the same dimension can have many sources, a mapping table contains a natural key column for each of its sources.
    Mapping tables can be equally effective if they are stored in a database or on the file system. The advantage of using a database for mapping tables is that you can utilize the database sequence generator to create new surrogate keys. And also, when indexed properly, mapping tables in a database are very efficient during key value lookups."
    We have a requirement to implement cross-reference mapping tables with Natural and Surrogate Keys for each dimension table. These mappings tables will be populated automatically (only inserts) during the E-LT execution, right after inserting into the dimension table.
    Someone have any idea on how to implement this on ODI?
    Thanks,
    Danilo

    Hi,
    first of all please avoid bolding something. After this according Kimball (if i remember well) is a 1:1 mapping, so no-surrogate key.
    After that personally you could use Lookup Table
    http://www.odigurus.com/2012/02/lookup-transformation-using-odi.html
    or make a simple outer join filtering by your "Active_Flag" column (remember that this filter need to be inside your outer join).
    Let us know
    Francesco

  • Key mapping for forms on web

    Presently we are using forms 4.5. We have got costomise key
    mapping for operating through forms. Now we want to start forms
    on web (Intranet). Earlier we use to change key mapping through
    oracle*terminal. I require help in knowing how to customise key
    mapping in forms 6i / oracle 8.1.7.

    Hi,
    Boy, I have some good news to you: Oracle*Terminal is no longer
    needed.
    WordPad (or your favorite text editor) is your tool from now on.
    Keyboard files are located in $ORACLE_HOME\FORMS60.
    Simply ignore the binary file fmrusw.res when you run Forms on
    the Web. FMRWEB.RES is the one that is used, and it's pure ASCII.
    There are some comments in the file itself.
    The keys are the same as the Motif version of Forms.
    If you prefer the Windows keys, simply use FMRPCWEB.RES instead.
    How? Check under $ORACLE_HOME\FORMS60\SERVER for your
    formsweb.cfg, go to User Parameters and replace the
    otherparams=
    line with
    otherparams=term=%forms60%\fmrpcweb.res
    Now, anyone can define the Function-0 till Function-9 key
    combinations, in order to use KEY-F0 till KEY-F9 triggers.
    Hope this helps,
    Pedro das Neves
    [email protected]

  • IWeb page generates IE9 error for Google Maps API key

    My iWeb site generates an error in IE9 "This web site needs a different Google Maps API key". Is there any fix in iWeb for this?
    I've found this link that offers a solution for IE9 users. It seems to be a bug with IE9 mixed content security settings, but people will blame my website and not their browser
    http://answers.microsoft.com/en-us/ie/forum/ie9-windows_7/ie-9-is-telling-me-my- website-needs-a-different/59bfa1ed-f757-e011-8dfc-68b599b31bf5
    Excerpt from that site "Okay, I resolved the issue. I went into my Security settings. Under Miscellaneous I changed Display mixed content to "Enable". I believe there is a bug in the Display mixed content feature. I should be able to keep the setting at "Prompt", then see the content when I click the appropriate option when prompted. I believe the Google Maps API message was shown in error."

    You have to get your own API key: https://code.google.com/apis/console/
    My map uses a custom solution (Web Apps & Google Maps API V3) and is still working fine.

Maybe you are looking for