Timothy <tecos...@gmail.com> writes: > I think that the two actions we may want to take here are: > 1. Replace "C-TAB" with "C-<tab>" in the keybinding > 2. Change the keybinding to something else that doesn't use control+tab > for instance, "C-c M-TAB" seems to be available. > > Which option seems preferable?
Note that 565361eb6 explicitly changed C-<tab> to C-TAB: >> Fixes: `org-mode-map` binds `<tab>` which is unnecessary and harmful, >> since it takes precendence over bindings of TAB even in keymaps with >> higher precedence. >> >> Reported-by: Daniel Mendler M-TAB may be not good for Windows users. Maybe C-c S-TAB? Though it feels not intuitive. Another possibility may be overloading C-c TAB (org-ctrl-c-tab). Best, Ihor