User forums > Help

Shift-TAB does not work

<< < (3/3)

ollydbg:
I just see this issue again.

I open the file: msys2.cbKeyBinder20.conf, and found something here:


--- Code: ---  }, {
   "description": "Show/hide start page",
   "accelerator": "",
   "resourceID": "-31743",
   "parentMenu": "&View::Start Page"
  }, {
   "description": "Show/hide status bar",
   "accelerator": "",
   "resourceID": "-31742",
   "parentMenu": "&View::Status bar"
  }, {
   "description": "Switch between open editor tabs",
   "accelerator": "Ctrl-TAB",
   "resourceID": "-31736",
   "parentMenu": "&View::Switch tabs"
  },

--- End code ---

String, the Ctrl-TAB appears again.

BTW, what does the -31736 mean?

Pecan:

--- Quote from: ollydbg on March 20, 2022, 10:52:42 am ---I just see this issue again.

I open the file: msys2.cbKeyBinder20.conf, and found something here:


--- Code: ---  }, {
   "description": "Show/hide start page",
   "accelerator": "",
   "resourceID": "-31743",
   "parentMenu": "&View::Start Page"
  }, {
   "description": "Show/hide status bar",
   "accelerator": "",
   "resourceID": "-31742",
   "parentMenu": "&View::Status bar"
  }, {
   "description": "Switch between open editor tabs",
   "accelerator": "Ctrl-TAB",
   "resourceID": "-31736",
   "parentMenu": "&View::Switch tabs"
  },

--- End code ---

String, the Ctrl-TAB appears again.

BTW, what does the -31736 mean?

--- End quote ---

View/Switch-TAB is hard coded into CB from day one.
I've documented this in previous replies.

The -31736 integer is the wxNewId() that was assigned to the hard coded key when CodeBlocks initialized.

KeyBinder simply copies the hard-coded key binding(s) whenever you create a new profile. That allows you to over-ride it later.

The Switch-tab and the BrowseTracker "Backward/Forward Editor" look alike because I copied the "Switch-Tab" code into BrowseTracker as a convenience.

I cannot reproduce the "Shift-Tab" not back-tabbing. It works as expected for me.

Navigation

[0] Message Index

[*] Previous page

Go to full version