For some Fargo users, the standard key mappings get in the way of the normal functioning of the browser. Now we have a way to disable individual key mappings, or add new ones. It's very geeky, so I'm calling it an experiment to see if it helps.
Suppose you want to disable Fargo's mapping for Cmd-[ for Promote.
In the System menu, the one at the right edge of the menu bar with your name as its title, choose the Settings command.
Click on the Code panel.
Enter this bit of code: concordKeystrokes ["meta-["] = "";
Click OK.
Reload Fargo.
Press Cmd-[ on a headline with subs. If it worked, it should do nothing.
Here's a list of the standard key mappings in Fargo.
backspace | backspace |
tab | tab |
return | return |
delete | delete |
uparrow | cursor-up |
downarrow | cursor-down |
leftarrow | cursor-left |
rightarrow | cursor-right |
meta-A | select-all |
meta-B | bolden |
meta-C | copy |
meta-D | reorg-down |
meta-F | find |
meta-I | italicize |
meta-L | reorg-left |
meta-R | reorg-right |
meta-U | reorg-up |
meta-V | paste |
meta-X | cut |
meta-Z | undo |
meta-[ | promote |
meta-] | demote |
meta-\ | toggle-comment |
meta-/ | run-selection |
meta-` | toggle-render |
meta-, | toggle-expand |
On Macs, the "meta" key is Cmd. On Windows and Unix it's Control.