cancel
Showing results for 
Search instead for 
Did you mean: 

Disable keyboard shortcuts NWBC

Former Member
0 Kudos
1,084

Hello everyone,

Just a quick question, is posible to disable (or change) keyboard shortcuts in NWBC?

I use very often Ctrl+left/right to move across text, but in NWBC that shortcuts are to move tabs.

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

andrey_ryzhkov
Participant

Hi!

You can try to change shortcuts as described here: https://blogs.sap.com/2015/03/02/wks-how-to-use-nwbc-in-tm-installation-and-basic-setup

At least it helped for me. I changed Ctrl to Alt:

  <Nwbc40Commands>
    <NwbcCommand>
      <ID>MoveCurrentTabLeft</ID>
      <Key>Left</Key>    
      <ModifierKeys>Alt</ModifierKeys>
      <Description>Move Left</Description>
    </NwbcCommand>
    <NwbcCommand>
      <ID>MoveCurrentTabRight</ID>
      <Key>Right</Key>    
      <ModifierKeys>Alt</ModifierKeys>
      <Description>Move Right</Description>
    </NwbcCommand>
  </Nwbc40Commands>
Former Member
0 Kudos

Hello Andrey,

I can't set this settings, it is not allowed in NWBC6.0

andrey_ryzhkov
Participant
0 Kudos

Just try to place nwbcoptions.xml in C:\ProgramData\SAP\NWBC )

Former Member
0 Kudos

It doesn't work.

In the template file from NWBC 6.0 installation folder there is a comment:

<!-- You can change key plus modifier keys combination for defined shortcut commands. Do not change ID.
The following shortcuts are valid for NWBC 4.0 and NWBC 5.0 -->

andrey_ryzhkov
Participant

I think they just forgot to add "NWBC 6.0" in the comment.

In my NWBC 6.0 PL8 installation:

1. without nwbcoptions.xml in C:\ProgramData\SAP\NWBC . Standard behavior.

2. with nwbcoptions.xml placed in C:\ProgramData\SAP\NWBC . Redefined behavior.

Former Member
0 Kudos

It works, I was trying with file in %userprofile%\AppData\Roaming\SAP\NWBC

Thank you so much!

Former Member
0 Kudos

Hi everybody ,

I looked at many sources to change the keyboard settings, but none of them did not work in NWBC 6.5. I could not change the combination of Ctrl + Left and Ctrl + Right..

I added following codes on the this location NwbcOption.xml file . C:\Users\Yunus\AppData\Roaming\SAP\NWBC\NwbcOptions.xml

....<Nwbc40Commands><NwbcCommand><ID>MoveCurrentTabLeft</ID><Key>Left</Key><ModifierKeys>Alt</ModifierKeys><Description>MoveLeft</Description></NwbcCommand><NwbcCommand><ID>MoveCurrentTabRight</ID><Key>Right</Key><ModifierKeys>Alt</ModifierKeys><Description>MoveRight</Description></NwbcCommand></Nwbc40Commands></NwbcOptions>

After that , I changed Personel Settings like that.

But when I NWBC opened , It show error like that . (Key parameter can not be null. ) But I Filled it .. And It didn't change any things..

Answers (0)