* Emacs keyboard @ 2012-12-13 3:07 B. T. Raven 2012-12-13 8:27 ` William Gardella ` (3 more replies) 0 siblings, 4 replies; 16+ messages in thread From: B. T. Raven @ 2012-12-13 3:07 UTC (permalink / raw) To: help-gnu-emacs Hey Emacsers: Does any of you know of a keyboard still in production that has dedicated keys for both alt and meta keys? (two of each, one right and one left). If such a thing were to exist could Emacs use all of the mod keys (shift, ctl, meta, super, hyper, alt)? The os could sense all of these depressed at once but it's pretty difficult to accomplish ergonomically. Four of these (two on each side) could be latched (made sticky in hardware) and then be unlatched by being pressed again or combined with an alpha key in a succeeding keychord. For example, after C-h k and then pressing a bunch of mod keys I get: C-H-M-S-s-a is undefined I think this is the limit on usb keyboards (6 key rollover). Would Emacs sense and allow binding to the A-C-H-M-S-s-a keychord if the hardware allowed it? (ps2). Thanks, Ed ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Emacs keyboard 2012-12-13 3:07 Emacs keyboard B. T. Raven @ 2012-12-13 8:27 ` William Gardella 2012-12-13 16:47 ` J G Miller ` (2 subsequent siblings) 3 siblings, 0 replies; 16+ messages in thread From: William Gardella @ 2012-12-13 8:27 UTC (permalink / raw) To: help-gnu-emacs "B. T. Raven" <btraven@nihilo.net> writes: > Hey Emacsers: > > Does any of you know of a keyboard still in production that has > dedicated keys for both alt and meta keys? (two of each, one right and > one left). If such a thing were to exist could Emacs use all of the mod > keys (shift, ctl, meta, super, hyper, alt)? The os could sense all of > these depressed at once but it's pretty difficult to accomplish > ergonomically. Four of these (two on each side) could be latched (made > sticky in hardware) and then be unlatched by being pressed again or > combined with an alpha key in a succeeding keychord. For example, after > C-h k and then pressing a bunch of mod keys I get: > > C-H-M-S-s-a is undefined > > I think this is the limit on usb keyboards (6 key rollover). Would Emacs > sense and allow binding to the A-C-H-M-S-s-a keychord if the hardware > allowed it? (ps2). > > Thanks, > > Ed Yes, with one caveat: the Alt modifier in Emacs is usually used as a so-called "dead key" for input of various accented characters etc., often with a meaning for both the shifted and unshifted version of the key. So it'd probably map to C-H-M-s-[funky symbol]. :) It'd be cool if you bound C-H-M-s-£ to something. -- WGG I use grml (http://grml.org/) ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Emacs keyboard 2012-12-13 3:07 Emacs keyboard B. T. Raven 2012-12-13 8:27 ` William Gardella @ 2012-12-13 16:47 ` J G Miller 2012-12-13 18:08 ` Peter Dyballa [not found] ` <mailman.15263.1355422115.855.help-gnu-emacs@gnu.org> 3 siblings, 0 replies; 16+ messages in thread From: J G Miller @ 2012-12-13 16:47 UTC (permalink / raw) To: help-gnu-emacs On Wednsday, December 12th, 2012, at 21:07:59h -0600, B. T. Raven asked: > Does any of you know of a keyboard still in production that has > dedicated keys for both alt and meta keys? Do not most full keyboards have [Left Windoze_key][Left Alt][space][Right Alt][Right Windoze_key] ? It is easy enough to remap the Left and Right windoze keys to be meta keys either for the virtual consoles (via console setup key map) or in an Xsession (with xmodmap). Usually Xorg server maps them by default to Super_L and Super_R respectively. ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Emacs keyboard 2012-12-13 3:07 Emacs keyboard B. T. Raven 2012-12-13 8:27 ` William Gardella 2012-12-13 16:47 ` J G Miller @ 2012-12-13 18:08 ` Peter Dyballa [not found] ` <mailman.15263.1355422115.855.help-gnu-emacs@gnu.org> 3 siblings, 0 replies; 16+ messages in thread From: Peter Dyballa @ 2012-12-13 18:08 UTC (permalink / raw) To: B. T. Raven; +Cc: help-gnu-emacs Am 13.12.2012 um 04:07 schrieb B. T. Raven: > Does any of you know of a keyboard still in production that has > dedicated keys for both alt and meta keys? (two of each, one right and > one left). Is this one OK? http://www.apple.com/keyboard/ -- Greetings Pete Either this man is dead or my watch has stopped. - Groucho Marx ^ permalink raw reply [flat|nested] 16+ messages in thread
[parent not found: <mailman.15263.1355422115.855.help-gnu-emacs@gnu.org>]
* Re: Emacs keyboard [not found] ` <mailman.15263.1355422115.855.help-gnu-emacs@gnu.org> @ 2012-12-14 6:38 ` B. T. Raven 2013-01-05 0:33 ` David Combs 0 siblings, 1 reply; 16+ messages in thread From: B. T. Raven @ 2012-12-14 6:38 UTC (permalink / raw) To: help-gnu-emacs > Am 13.12.2012 um 04:07 schrieb B. T. Raven: > >> Does any of you know of a keyboard still in production that has >> dedicated keys for both alt and meta keys? (two of each, one right and >> one left). > > Is this one OK? http://www.apple.com/keyboard/ This is more like it, except with the shift keys moved to the bottom row inboard of the control keys and the space bar split into backspace-space: http://en.wikipedia.org/wiki/File:Space-cadet.jpg Anyway, thanks, William, J G, and Peter. The apple keyboard has only two mod keys flanking the space bar; I want four of them flanking the space bar and back space bar so they can be used just as a traditional typist uses the shift key: right hand mod key with left hand alpha and vice versa. It seem like a shame to waste the alpha key on exotic character generation when input methods accomplish that much more elegantly. If you wanted currency signs at your finger tips you could do (global-set-key [(control $)] (lambda () (interactive) (insert ?€ ))) € (global-set-key [(meta $)] (lambda () (interactive) (insert ?£ ))) £ (global-set-key [(super meta $)] (lambda () (interactive) (insert ?¥ ))) ¥ or even the generic currency sign ¤, but the input methods offer a more intuitive way. In latin-postfix Y= produces the yen sign. Someone should add the other 25 most common currency symbol to this input method: i.e. E= makes euro sign, etc. If you wanted to write E=mc² while this input method were active you would have to type the = sign twice to turn the euro sign back into E= super meta is needed on w32 since the os traps super (windows key) ? for some security hocus pocus. The strict opposite hand mod key practice can easily be dropped in special cases like (org-mode) C-c C-x C-i where it's easier to hold the control key down with one hand and hunt and peck for the alpha keys with the other hand, but typing left ctl and then right ctl (Dvorak layout) isn't really much slower when you get used to it. That way contorsions are never involved. Ed > > -- > Greetings > > Pete > > Either this man is dead or my watch has stopped. > - Groucho Marx > > ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Emacs keyboard 2012-12-14 6:38 ` B. T. Raven @ 2013-01-05 0:33 ` David Combs 2013-01-05 1:02 ` Loic J. Duros ` (2 more replies) 0 siblings, 3 replies; 16+ messages in thread From: David Combs @ 2013-01-05 0:33 UTC (permalink / raw) To: help-gnu-emacs I find that standard keyboards, with the control-key down at the bottom, a real pain to use with emacs, vi, and any other program that uses control-chars as commands. Sun (er, oracle) makes that type of keyboard, but also makes one with the control key immediately left of the "A" key, where it was on the original teletype-like machine (name escapes me now, but it ended in "33"). That placement sure makes it easier to use programs like emacs and vi. David ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Emacs keyboard 2013-01-05 0:33 ` David Combs @ 2013-01-05 1:02 ` Loic J. Duros 2013-01-05 9:05 ` James Freer 2013-01-06 3:51 ` Filipp Gunbin [not found] ` <mailman.16729.1357356945.855.help-gnu-emacs@gnu.org> 2 siblings, 1 reply; 16+ messages in thread From: Loic J. Duros @ 2013-01-05 1:02 UTC (permalink / raw) To: David Combs; +Cc: help-gnu-emacs dkcombs@panix.com (David Combs) writes: > Sun (er, oracle) makes that type of keyboard, but > also makes one with the control key immediately left > of the "A" key, where it was on the original > teletype-like machine (name escapes me now, but it > ended in "33"). What's the difference with moving the ctrl key to the caps lock key on a standard keyboard? http://emacswiki.org/emacs/MovingTheCtrlKey ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Emacs keyboard 2013-01-05 1:02 ` Loic J. Duros @ 2013-01-05 9:05 ` James Freer 2013-01-06 14:43 ` ken 0 siblings, 1 reply; 16+ messages in thread From: James Freer @ 2013-01-05 9:05 UTC (permalink / raw) To: Loic J. Duros; +Cc: David Combs, help-gnu-emacs On Fri, 4 Jan 2013, Loic J. Duros wrote: > dkcombs@panix.com (David Combs) writes: > >> Sun (er, oracle) makes that type of keyboard, but >> also makes one with the control key immediately left >> of the "A" key, where it was on the original >> teletype-like machine (name escapes me now, but it >> ended in "33"). > > What's the difference with moving the ctrl key to the caps lock key on a > standard keyboard? > http://emacswiki.org/emacs/MovingTheCtrlKey It's not a big difference... just preference - less far to stretch the fingers. Capslock always used to be the location of the ctrl key on early keyboards which happened to suit those that use the wordstar keybindings (which are the most efficient in professional writers opinion... and mine). A lot of emacs users like them swapped for emacs bindings. Although i've got used to using the right ctrl key for wordstar mode. james ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Emacs keyboard 2013-01-05 9:05 ` James Freer @ 2013-01-06 14:43 ` ken 2013-01-06 21:28 ` James Freer [not found] ` <mailman.16820.1357507710.855.help-gnu-emacs@gnu.org> 0 siblings, 2 replies; 16+ messages in thread From: ken @ 2013-01-06 14:43 UTC (permalink / raw) To: James Freer, GNU Emacs List On 01/05/2013 04:05 AM James Freer wrote: > On Fri, 4 Jan 2013, Loic J. Duros wrote: > >> dkcombs@panix.com (David Combs) writes: >> >>> Sun (er, oracle) makes that type of keyboard, but >>> also makes one with the control key immediately left >>> of the "A" key, where it was on the original >>> teletype-like machine (name escapes me now, but it >>> ended in "33"). >> >> What's the difference with moving the ctrl key to the caps lock key on a >> standard keyboard? >> http://emacswiki.org/emacs/MovingTheCtrlKey > > It's not a big difference... just preference - less far to stretch the > fingers. Capslock always used to be the location of the ctrl key on > early keyboards which happened to suit those that use the wordstar > keybindings (which are the most efficient in professional writers > opinion... and mine). A lot of emacs users like them swapped for emacs > bindings. Although i've got used to using the right ctrl key for > wordstar mode. > > james Amen (or +1 if you prefer) on both counts. Having learned to type on an actual typewriter and having started into computers with those old teletype machines, and then into PCs with DOS 1.0, I appreciate being able to have the Ctrl next to the 'A' key. That's where it was on the first PCs and where it stayed until, perhaps just coincidentally but perhaps not coincidentally, Microsoft came out with Word. At the time Wordstar was the top editor. But because using Wordstar entailed using the Ctrl key a lot, moving it to the keyboard's hinterlands made it difficult to use and it thereby lost a lot of market share to Word. Isn't it wonderful how a market economy can even rearrange your keyboard? The second Amen/+1 goes to Wordstar keybindings. Somebody put a whole lot of thought into them and made them the most intuitive of any editor of that time and since. You could easily learn how to move around all around in a file you were editing in under an hour and then remember all of the keybindings the next day. Most all the Wordstar keybindings for navigation were also language-independent; that is, you didn't have to know English for them to make sense and so be easily memorable. If I was just starting out in computing and wasn't already so accustomed to emacs keybindings, I'd definitely go to something like joe\jstar for an editor. ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Emacs keyboard 2013-01-06 14:43 ` ken @ 2013-01-06 21:28 ` James Freer [not found] ` <mailman.16820.1357507710.855.help-gnu-emacs@gnu.org> 1 sibling, 0 replies; 16+ messages in thread From: James Freer @ 2013-01-06 21:28 UTC (permalink / raw) To: ken; +Cc: GNU Emacs List, James Freer On Sun, 6 Jan 2013, ken wrote: > On 01/05/2013 04:05 AM James Freer wrote: >> On Fri, 4 Jan 2013, Loic J. Duros wrote: >> >>> dkcombs@panix.com (David Combs) writes: >>> >>>> Sun (er, oracle) makes that type of keyboard, but >>>> also makes one with the control key immediately left >>>> of the "A" key, where it was on the original >>>> teletype-like machine (name escapes me now, but it >>>> ended in "33"). >>> >>> What's the difference with moving the ctrl key to the caps lock key on a >>> standard keyboard? >>> http://emacswiki.org/emacs/MovingTheCtrlKey >> >> It's not a big difference... just preference - less far to stretch the >> fingers. Capslock always used to be the location of the ctrl key on >> early keyboards which happened to suit those that use the wordstar >> keybindings (which are the most efficient in professional writers >> opinion... and mine). A lot of emacs users like them swapped for emacs >> bindings. Although i've got used to using the right ctrl key for >> wordstar mode. >> >> james > > Amen (or +1 if you prefer) on both counts. Having learned to type on an > actual typewriter and having started into computers with those old teletype > machines, and then into PCs with DOS 1.0, I appreciate being able to have the > Ctrl next to the 'A' key. That's where it was on the first PCs and where it > stayed until, perhaps just coincidentally but perhaps not coincidentally, > Microsoft came out with Word. At the time Wordstar was the top editor. But > because using Wordstar entailed using the Ctrl key a lot, moving it to the > keyboard's hinterlands made it difficult to use and it thereby lost a lot of > market share to Word. Isn't it wonderful how a market economy can even > rearrange your keyboard? > > The second Amen/+1 goes to Wordstar keybindings. Somebody put a whole lot of > thought into them and made them the most intuitive of any editor of that time > and since. You could easily learn how to move around all around in a file > you were editing in under an hour and then remember all of the keybindings > the next day. Most all the Wordstar keybindings for navigation were also > language-independent; that is, you didn't have to know English for them to > make sense and so be easily memorable. If I was just starting out in > computing and wasn't already so accustomed to emacs keybindings, I'd > definitely go to something like joe\jstar for an editor. Jstar when i'd discovered it was excellent for me. I started using wordstar in the 80s... that's how old i am! But i use an editor for text not coding... alas jstar doesn't have emacs "visual line mode" or softwrap as some folk call it. All the graphical editors seem to and so does vim with "set linebreak". Emacs also does 'hotch' (as i call it - i think it's called 'mid screen cursor positioning' or something like that) - one's typing and gets to the bottom of the screen... automatically it moves up half a screen - that is so useful. Not appreciated until you've used it. Jstar does that but it's a shame about the softwrap. The author is doing some development again on Joe. Emacs does all so that's why i'll stick to it. I'd prefer a cut down version or being able to remove ALL the functions from the menu i don't want. The games and calculator... all that stuff i don't want. But i'm still learning emacs... quite a lot of learning! I'd love a basic word processor included... something that just does the basics with an rtf file for letters and memos. james ^ permalink raw reply [flat|nested] 16+ messages in thread
[parent not found: <mailman.16820.1357507710.855.help-gnu-emacs@gnu.org>]
* Re: Emacs keyboard [not found] ` <mailman.16820.1357507710.855.help-gnu-emacs@gnu.org> @ 2013-01-06 22:02 ` Dan Espen 2013-01-06 22:25 ` James Freer 0 siblings, 1 reply; 16+ messages in thread From: Dan Espen @ 2013-01-06 22:02 UTC (permalink / raw) To: help-gnu-emacs James Freer <jessejazza3.uk@gmail.com> writes: > On Sun, 6 Jan 2013, ken wrote: > >> On 01/05/2013 04:05 AM James Freer wrote: >>> On Fri, 4 Jan 2013, Loic J. Duros wrote: >>> >>>> dkcombs@panix.com (David Combs) writes: >>>> >>>>> Sun (er, oracle) makes that type of keyboard, but >>>>> also makes one with the control key immediately left >>>>> of the "A" key, where it was on the original >>>>> teletype-like machine (name escapes me now, but it >>>>> ended in "33"). >>>> >>>> What's the difference with moving the ctrl key to the caps lock key on a >>>> standard keyboard? >>>> http://emacswiki.org/emacs/MovingTheCtrlKey >>> >>> It's not a big difference... just preference - less far to stretch the >>> fingers. Capslock always used to be the location of the ctrl key on >>> early keyboards which happened to suit those that use the wordstar >>> keybindings (which are the most efficient in professional writers >>> opinion... and mine). A lot of emacs users like them swapped for emacs >>> bindings. Although i've got used to using the right ctrl key for >>> wordstar mode. >>> >>> james >> >> Amen (or +1 if you prefer) on both counts. Having learned to type >> on an actual typewriter and having started into computers with those >> old teletype machines, and then into PCs with DOS 1.0, I appreciate >> being able to have the Ctrl next to the 'A' key. That's where it >> was on the first PCs and where it stayed until, perhaps just >> coincidentally but perhaps not coincidentally, Microsoft came out >> with Word. At the time Wordstar was the top editor. But because >> using Wordstar entailed using the Ctrl key a lot, moving it to the >> keyboard's hinterlands made it difficult to use and it thereby lost >> a lot of market share to Word. Isn't it wonderful how a market >> economy can even rearrange your keyboard? >> >> The second Amen/+1 goes to Wordstar keybindings. Somebody put a >> whole lot of thought into them and made them the most intuitive of >> any editor of that time and since. You could easily learn how to >> move around all around in a file you were editing in under an hour >> and then remember all of the keybindings the next day. Most all the >> Wordstar keybindings for navigation were also language-independent; >> that is, you didn't have to know English for them to make sense and >> so be easily memorable. If I was just starting out in computing and >> wasn't already so accustomed to emacs keybindings, I'd definitely go >> to something like joe\jstar for an editor. > > Jstar when i'd discovered it was excellent for me. I started using > wordstar in the 80s... that's how old i am! But i use an editor for > text not coding... alas jstar doesn't have emacs "visual line mode" or > softwrap as some folk call it. Never tried it (or wanted it), but: http://penguinpetes.com/b2evo/index.php?p=144 HOWTO make Emacs use soft word wrap like other editors! > All the graphical editors seem to and > so does vim with "set linebreak". Emacs also does 'hotch' (as i call > it - i think it's called 'mid screen cursor positioning' or something > like that) - one's typing and gets to the bottom of the > screen... automatically it moves up half a screen - that is so > useful. Not appreciated until you've used it. What Emacs does is completely customizable. You should not find this surprising. > Jstar does that but it's > a shame about the softwrap. The author is doing some development again > on Joe. > > Emacs does all so that's why i'll stick to it. I'd prefer a cut down > version or being able to remove ALL the functions from the menu i > don't want. The games and calculator... all that stuff i don't > want. But i'm still learning emacs... quite a lot of learning! I'd > love a basic word processor included... something that just does the > basics with an rtf file for letters and memos. I think you'll eventually find the menus can be modified. The best part of Emacs is the way it'll do just about anything. -- Dan Espen ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Emacs keyboard 2013-01-06 22:02 ` Dan Espen @ 2013-01-06 22:25 ` James Freer 0 siblings, 0 replies; 16+ messages in thread From: James Freer @ 2013-01-06 22:25 UTC (permalink / raw) To: Dan Espen; +Cc: help-gnu-emacs On Sun, 6 Jan 2013, Dan Espen wrote: > James Freer <jessejazza3.uk@gmail.com> writes: > >> On Sun, 6 Jan 2013, ken wrote: >> >>> On 01/05/2013 04:05 AM James Freer wrote: >>>> On Fri, 4 Jan 2013, Loic J. Duros wrote: >>>> >>>>> dkcombs@panix.com (David Combs) writes: >>>>> >>>>>> Sun (er, oracle) makes that type of keyboard, but >>>>>> also makes one with the control key immediately left >>>>>> of the "A" key, where it was on the original >>>>>> teletype-like machine (name escapes me now, but it >>>>>> ended in "33"). >>>>> >>>>> What's the difference with moving the ctrl key to the caps lock key on a >>>>> standard keyboard? >>>>> http://emacswiki.org/emacs/MovingTheCtrlKey >>>> >>>> It's not a big difference... just preference - less far to stretch the >>>> fingers. Capslock always used to be the location of the ctrl key on >>>> early keyboards which happened to suit those that use the wordstar >>>> keybindings (which are the most efficient in professional writers >>>> opinion... and mine). A lot of emacs users like them swapped for emacs >>>> bindings. Although i've got used to using the right ctrl key for >>>> wordstar mode. >>>> >>>> james >>> >>> Amen (or +1 if you prefer) on both counts. Having learned to type >>> on an actual typewriter and having started into computers with those >>> old teletype machines, and then into PCs with DOS 1.0, I appreciate >>> being able to have the Ctrl next to the 'A' key. That's where it >>> was on the first PCs and where it stayed until, perhaps just >>> coincidentally but perhaps not coincidentally, Microsoft came out >>> with Word. At the time Wordstar was the top editor. But because >>> using Wordstar entailed using the Ctrl key a lot, moving it to the >>> keyboard's hinterlands made it difficult to use and it thereby lost >>> a lot of market share to Word. Isn't it wonderful how a market >>> economy can even rearrange your keyboard? >>> >>> The second Amen/+1 goes to Wordstar keybindings. Somebody put a >>> whole lot of thought into them and made them the most intuitive of >>> any editor of that time and since. You could easily learn how to >>> move around all around in a file you were editing in under an hour >>> and then remember all of the keybindings the next day. Most all the >>> Wordstar keybindings for navigation were also language-independent; >>> that is, you didn't have to know English for them to make sense and >>> so be easily memorable. If I was just starting out in computing and >>> wasn't already so accustomed to emacs keybindings, I'd definitely go >>> to something like joe\jstar for an editor. >> >> Jstar when i'd discovered it was excellent for me. I started using >> wordstar in the 80s... that's how old i am! But i use an editor for >> text not coding... alas jstar doesn't have emacs "visual line mode" or >> softwrap as some folk call it. > > Never tried it (or wanted it), but: > > http://penguinpetes.com/b2evo/index.php?p=144 > > HOWTO make Emacs use soft word wrap like other editors! > >> All the graphical editors seem to and >> so does vim with "set linebreak". Emacs also does 'hotch' (as i call >> it - i think it's called 'mid screen cursor positioning' or something >> like that) - one's typing and gets to the bottom of the >> screen... automatically it moves up half a screen - that is so >> useful. Not appreciated until you've used it. > > What Emacs does is completely customizable. > > You should not find this surprising. > >> Jstar does that but it's >> a shame about the softwrap. The author is doing some development again >> on Joe. >> >> Emacs does all so that's why i'll stick to it. I'd prefer a cut down >> version or being able to remove ALL the functions from the menu i >> don't want. The games and calculator... all that stuff i don't >> want. But i'm still learning emacs... quite a lot of learning! I'd >> love a basic word processor included... something that just does the >> basics with an rtf file for letters and memos. > > I think you'll eventually find the menus can be modified. Hi Dan > The best part of Emacs is the way it'll do just about anything. > Dan Espen Yes i agree... it's just taking me a while to find my way round it all. james ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Emacs keyboard 2013-01-05 0:33 ` David Combs 2013-01-05 1:02 ` Loic J. Duros @ 2013-01-06 3:51 ` Filipp Gunbin 2013-01-06 15:00 ` J. David Boyd 2013-01-24 22:53 ` James Freer [not found] ` <mailman.16729.1357356945.855.help-gnu-emacs@gnu.org> 2 siblings, 2 replies; 16+ messages in thread From: Filipp Gunbin @ 2013-01-06 3:51 UTC (permalink / raw) To: David Combs; +Cc: help-gnu-emacs On 05/01/2013 04:33, David Combs wrote: > I find that standard keyboards, with the control-key down at the > bottom, a real pain to use with emacs, vi, and any other program > that uses control-chars as commands. > > Sun (er, oracle) makes that type of keyboard, but > also makes one with the control key immediately left > of the "A" key, where it was on the original > teletype-like machine (name escapes me now, but it > ended in "33"). > > That placement sure makes it easier to use programs > like emacs and vi. > > David But, with control in the home row you lose symmetry. I find it most convenient to press all modifiers with one hand and the actual key with another. That would not be possible with one control in all cases. And with chords consisting only of Control, Alt and Shift, it's much less pain to have Control at the bottom... Control in the home row is best for simple keys like `C-f', but what to do with `C-M-t', for example? -- Filipp Gunbin ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Emacs keyboard 2013-01-06 3:51 ` Filipp Gunbin @ 2013-01-06 15:00 ` J. David Boyd 2013-01-24 22:53 ` James Freer 1 sibling, 0 replies; 16+ messages in thread From: J. David Boyd @ 2013-01-06 15:00 UTC (permalink / raw) To: help-gnu-emacs Filipp Gunbin <fgunbin@fastmail.fm> writes: > On 05/01/2013 04:33, David Combs wrote: > >> I find that standard keyboards, with the control-key down at the >> bottom, a real pain to use with emacs, vi, and any other program >> that uses control-chars as commands. >> >> Sun (er, oracle) makes that type of keyboard, but >> also makes one with the control key immediately left >> of the "A" key, where it was on the original >> teletype-like machine (name escapes me now, but it >> ended in "33"). >> >> That placement sure makes it easier to use programs >> like emacs and vi. >> >> David > > But, with control in the home row you lose symmetry. I find it most > convenient to press all modifiers with one hand and the actual key with > another. That would not be possible with one control in all cases. And > with chords consisting only of Control, Alt and Shift, it's much less > pain to have Control at the bottom... Control in the home row is best > for simple keys like `C-f', but what to do with `C-M-t', for example? Interesting, I've never thought much about that. I've always been a left-hand Ctl or Meta person, but I like your idea, if I can train my fingers. Right now, for C-M-t, I press C and M with my left pinky and thumb, and reach across for the t with my right hand. Otherwise, I do a three key chord with my left hand. Using the right hand for C and M would make things easier. Thanks for the (to most people, obvious, but not me) idea! Dave ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: Emacs keyboard 2013-01-06 3:51 ` Filipp Gunbin 2013-01-06 15:00 ` J. David Boyd @ 2013-01-24 22:53 ` James Freer 1 sibling, 0 replies; 16+ messages in thread From: James Freer @ 2013-01-24 22:53 UTC (permalink / raw) To: Filipp Gunbin; +Cc: help-gnu-emacs On Sun, Jan 6, 2013 at 3:51 AM, Filipp Gunbin <fgunbin@fastmail.fm> wrote: > On 05/01/2013 04:33, David Combs wrote: > >> I find that standard keyboards, with the control-key down at the >> bottom, a real pain to use with emacs, vi, and any other program >> that uses control-chars as commands. >> >> Sun (er, oracle) makes that type of keyboard, but >> also makes one with the control key immediately left >> of the "A" key, where it was on the original >> teletype-like machine (name escapes me now, but it >> ended in "33"). >> >> That placement sure makes it easier to use programs >> like emacs and vi. >> >> David > > But, with control in the home row you lose symmetry. I find it most > convenient to press all modifiers with one hand and the actual key with > another. That would not be possible with one control in all cases. And > with chords consisting only of Control, Alt and Shift, it's much less > pain to have Control at the bottom... Control in the home row is best > for simple keys like `C-f', but what to do with `C-M-t', for example? > > -- > Filipp Gunbin Having done a bit of experimenting i agree. However, making capslock control, keeping symmetry in place (with the two ctrl bottom left and bottom right), the F12 or unused windows keys (bottom next to alt on Uk keyboard anyway) is worth trying. james ^ permalink raw reply [flat|nested] 16+ messages in thread
[parent not found: <mailman.16729.1357356945.855.help-gnu-emacs@gnu.org>]
* Re: Emacs keyboard [not found] ` <mailman.16729.1357356945.855.help-gnu-emacs@gnu.org> @ 2013-01-24 21:51 ` David Combs 0 siblings, 0 replies; 16+ messages in thread From: David Combs @ 2013-01-24 21:51 UTC (permalink / raw) To: help-gnu-emacs In article <mailman.16729.1357356945.855.help-gnu-emacs@gnu.org>, Loic J. Duros <lduros@member.fsf.org> wrote: >dkcombs@panix.com (David Combs) writes: > >> Sun (er, oracle) makes that type of keyboard, but >> also makes one with the control key immediately left >> of the "A" key, where it was on the original >> teletype-like machine (name escapes me now, but it >> ended in "33"). > >What's the difference with moving the ctrl key to the caps lock key on a >standard keyboard? >http://emacswiki.org/emacs/MovingTheCtrlKey > > Looks interesting! Thanks! David ^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2013-01-24 22:53 UTC | newest] Thread overview: 16+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-12-13 3:07 Emacs keyboard B. T. Raven 2012-12-13 8:27 ` William Gardella 2012-12-13 16:47 ` J G Miller 2012-12-13 18:08 ` Peter Dyballa [not found] ` <mailman.15263.1355422115.855.help-gnu-emacs@gnu.org> 2012-12-14 6:38 ` B. T. Raven 2013-01-05 0:33 ` David Combs 2013-01-05 1:02 ` Loic J. Duros 2013-01-05 9:05 ` James Freer 2013-01-06 14:43 ` ken 2013-01-06 21:28 ` James Freer [not found] ` <mailman.16820.1357507710.855.help-gnu-emacs@gnu.org> 2013-01-06 22:02 ` Dan Espen 2013-01-06 22:25 ` James Freer 2013-01-06 3:51 ` Filipp Gunbin 2013-01-06 15:00 ` J. David Boyd 2013-01-24 22:53 ` James Freer [not found] ` <mailman.16729.1357356945.855.help-gnu-emacs@gnu.org> 2013-01-24 21:51 ` David Combs
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).