In the message dated: Tue, 11 Mar 2008 15:24:03 CDT, The pithy ruminations from "GROG! (Jeff Howie)" on <Re: shift-notifier in osso-xterm on N810> were: => On Tue, Mar 11, 2008 at 2:59 PM, <n810 at merctech.com> wrote: => > My other gripe about the Xterm is that the setting to hide the toolbar is not => > persistent. Since I've remapped keys via xmodmap to provide "|", "[", "]", "{", => > and "}", I don't need (or want) the toolbar at all. => => Would you care to share those settings please? Would save me a bunch of time. tx Sure (note the use of exclaimation points as comments within the file). ============== CUT HERE ================================= ! save this as /etc/xmodmap.rc ! ! activate with: ! xmodmap /etc/xmodmap.rc ! ! ! I want a "Tab" key...so use a modifier+backspace ! [Fn][BS] = [TAB], [CTL][BS] = [TAB] keycode 22 = BackSpace Tab Tab Tab Tab ! I write *nix shell commands, and want access to the backtick for subshells. ! [Fn]['] = [`] keycode 48 = apostrophe grave question question question ! I don't need the Pound Sterling symbol ! [Fn][;] = [}] keycode 47 = semicolon colon braceright braceright braceright ! I don't use the Euro symbol often ! [Fn][M] = [{] keycode 58 = m M braceleft braceleft braceleft ! [Fn][<] = [ keycode 59 = comma less bracketleft bracketleft bracketleft ! [Fn][>] = ] keycode 60 = period greater bracketright bracketright bracketright ! Use any modifier+space to produce the pipe symbol ! [Fn][SPACE] = [|], [CTL][SPACE] = [|] keycode 65 = space bar bar bar bar ================== CUT HERE =============================================== => => -- => GROG!