Hi John Not seeing it? The space bar produces a space character, which you can't see unless the app you are using can show invisible spaces, like Pages, Word, BBEdit and so on.
There are two kinds of keys on a computer keyboard: 1) character keys (think thing) 2) modifier keys (think state) The space bar is a character key. It's also invisible. The keys you mention (Caps, Shift, Command, Control, and Alt) are modifier keys. They have state (pressed or not) which you can detect by calling: Caps lock down Shift down Macintosh command down Macintosh control down Macintosh option down Windows Alt down Windows Ctrl down When the user is entering text, you could detect that the space bar was pressed (producing a space character) with the "Get edited text” command. For more details, see: http://doc.4d.com/4Dv15R5/4Dv15R5/4D/15-R5/Get-edited-text.301-2936945.en.html - Jeremy French > On Oct 21, 2016, at 2:49 PM, truegold <[email protected]> wrote: > > can’t seem to find which 4D command, if any, returns that the spacebar is > depressed? Or any key (other then above) for that matter? > > I’ve been trolling through the docs: 'User Interface' and found: > > Caps lock down > Shift down > Macintosh command down > Macintosh control down > Macintosh option down > Windows Alt down > Windows Ctrl down > > But other keys? Probably simple and I’m not seeing it? ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

