Windows 10: No down arrow in the new Windows Terminal

Discus and support No down arrow in the new Windows Terminal in Windows 10 Software and Apps to solve the problem; My windows ver # does not appear as there is no About under start settings sytem. I errantly set the settings so Windows Terminal opens full screen... Discussion in 'Windows 10 Software and Apps' started by geercom, May 26, 2021.

  1. geercom Win User

    No down arrow in the new Windows Terminal


    My windows ver # does not appear as there is no About under start settings sytem. I errantly set the settings so Windows Terminal opens full screen with no access to the settings or menu (upper-left in the open application). I don't see and can't get to any tabs or arrows. I can't change it so that I can. I can't uninstall it to do a do-over. I can't find and edit the .JSON file. Any clue-ful Google search results suggest methods for redoing the settings that I can't get to or find. I need to go into the broad selection of Windows Terminal settings rather than properties. Is there a > path, or are there instructions that address my instance?

    :)
     
    geercom, May 26, 2021
    #1
  2. Brink Win User

    New Windows Terminal v1.5.10411.0 released for Windows 10 - Feb. 11

    This is a quick servicing release to address a few issues in the 1.5 stable release.

    A preinstallation kit is available for system integrators and OEMs interested in prepackaging Windows Terminal with a Windows image. More information is available in the DISM documentation on preinstallation. Users who do not intend to preinstall Windows Terminal should continue using the msixbundle distribution.

    Changes
    • This version of Windows Terminal comes with Cascadia Code 2102.03, which offers 23 bug fixes, support for new glyphs, control pictures, infinite arrow ligatures and more! (#9088)
    • If you completely delete settings.json while WT is running, it will now generate a new one (#9012)
    Bug Fixes
    • The window titlebar, once a sacred place, will now be updated correctly when terminal titles and tabs change (thanks @sarim!) (#9054)
    Reliability and Performance
    • The "Open Windows Terminal Here" shell extension will no longer throw a cryptic error about servers (thanks @hereafter!) (#8977)
    • The terminal should no longer crash if you close a tab while it's printing text [whoops] (thanks @j4james!) (#8982)
    • schemes:[] or schemes:[{}] should no longer cause a crash on launch (#8995)
      • (There were a few scenarios that would cause this, but this is the easiest to write a release note about.)
    • We had to disable the "Close..." submenu because of a platform issue that resulted in a crash (#9102)


    Source: https://github.com/microsoft/termina...g/v1.5.10411.0
     
    Brink, May 26, 2021
    #2
  3. windows xp installation and dual core am

    could someone please list the steps they follow to install windows with a dual core processor and windows xp service pack to. I'm reletively new to amd dual core and i feel i'm missing a step. All help will be appreciated. thanx
     
    exodusprime1337, May 26, 2021
    #3
  4. Brink Win User

    No down arrow in the new Windows Terminal

    New Windows Terminal Preview v1.7.572.0 for Windows 10 - March 1

    Features
    • Terminal now supports single-instancing and remote control!
      • You can configure whether new instances of Terminal launch in a new window (#9118)
        • For now, the default is to launch in a new window. Available options include launching in "a new window", "a window on the same desktop", "any existing window", "a totally random window"
          • I regret to inform you that the last option was a joke.
      • The newWindow action (bound to Ctrl+Shift+N by default) will create a new window (#9208)
      • wt can now run commands in any window that already exists with wt -w # (#8898)
        • You can specify wt -w -1 to force the creation of a new window even if you've disabled it with the Windowing Behaviors
        • Specifying a window that does not exist (wt -w 1048576) will result in a new window being created with that ID (!)
      • Windows that are activated through remote control will be pulled to the foreground (#9137)
    • The Settings UI, first released in 1.6 preview, is now the default settings experience (#9224)
      • The settings UI has been disabled in the stable release to give us more time to iterate on it.
    • Terminal now supports focus-follows-mouse mode among panes for that authentic X11 feeling (thanks @Don-Vito!) (#8965) (#9198)
    • You can now mark a pane as read-only—it can't be closed and will warn you if you type into it (thanks @Don-Vito!) (#8867) (#9107)
    • You can now bind the findNext and findPrev actions to move to the previous/next search (respectively) (thanks @Hegunumo!) (#8917)
    • There is a new global setting, centerOnLaunch (boolean, default false) that determines pretty much what it says on the tin (#9036)
    • We now have support for loading profiles and color schemes from auxiliary fragments provided by applications. See the fragment extension documentation for more details! (#7632)
    Changes
    • This version of Terminal comes with Cascadia Code 2102.25, which contains a number of bug fixes to the 2102.03 release.
    • You can now suppress that somewhat annoying "Touch Keyboard and Dialogs That Stop Me From Doing My Job" service warning with the inputServiceWarning global settings (boolean; default true) (thanks @WVVxm!) (#9015)
    • The tab bell icon will now show up even when visual belling is disabled (#9212)
    • The zoom, bell, read-only and progress indicators will now show up in the tab switcher (thanks @Don-Vito!) (#9041) (#9076)
    • A number of keys that did not properly report their Ctrl status now do so (thanks @lhecker!) (#8870)
    • Leonard's fixed Ctrl+Alt+2 to properly send ^[^@ (thanks @lhecker!) (#5272)
    • We've refactored how terminal settings propagate from your profile to a terminal, so please report any issues where your settings are lost/ignored/flicker/etc. (#8602)
    • URLs under the file scheme are no longer considered invalid (#7526)
    Settings UI
    • Overridden settings will now present a "revert" arrow that lets you clear the overriding value (#8919) (#9079)
    • You can now typeahead search in combo boxes (#9206)
    • The color schemes page has received a huge redesign (thanks @Chips1234, @mdtauk, @carlos-zamora!) (#9196)
    • We've added a simple read-only page to the Settings that shows your key bindings (#9253)
    VT Support
    • Terminal now supports "bracketed paste" mode (DECSET 2004) and will filter out all control characters even during non-bracketed ("plebian") paste (thanks @skyline75489!) (#9034)
    • We now support XTPUSHSGR and XTPOPSGR, sequences which will manipulate a 10-deep "SGR stack" (thanks @jazzdelightsme!) (#1978)
      • XTPUSH/POPSGR are intended to allow applications to better coordinate their colors. Instead of resetting to the default colors at the end of a run, an
        enlightened application can push a "stack frame" before it changes the colors, change them, then pop that frame when it is done.
      • This sequence first became available in xterm-334.
    • You can now "chain" OSC 10, 11 and 12 color changes (thanks @skyline75489!) (#8999)
    Bug Fixes
    • You can now navigate the tab color picker with the directional arrows (thanks @BenConstable9!) (#9144)
    • We will try not to dismiss the selection when you're using a Windows-key shortcut (thanks @imaginary-person!) (#9163)
    • We've ensured that hyperlinks de-underline when the pointer leaves the terminal (thanks @Don-Vito!) (#9195)
    • The arrow keys should work in the tab switcher once more (thanks @Don-Vito!) (#9140)
    • The build system was leaving a stray 600kb file in our package, which we've now removed (making the package smaller!) (#9153)
    • Focus should now return to the terminal after you dismiss the tab rename field (thanks @Don-Vito!) (#9162)
    Accessibility
    • Narrator will no longer repeat the key binding twice when reading the command palette (#9234)
    • Command palette items that open submenus now have an audible "help text" that mentions this fact (#9271)
    • 1.6 preview totally broke the command palette being read by Narrator; that is now fixed! (#9143)
    • 1.6 preview regressed tab headers being read by Narrator; this is also now fixed! (#9258)
    Performance and Reliability
    • We've further reduced the memory usage of the console host backing each terminal tab (#8621)


    Source: https://github.com/microsoft/termina...tag/v1.7.572.0

    See also: https://devblogs.microsoft.com/comma...w-1-7-release/


     
    Brink, May 26, 2021
    #4
Thema:

No down arrow in the new Windows Terminal

Loading...
  1. No down arrow in the new Windows Terminal - Similar Threads - down arrow Terminal

  2. Hotmail up and down arrows?

    in Windows 10 Gaming
    Hotmail up and down arrows?: The up and down arrows in Hotmail for going onto the next email or previous email keep disappearing, they will be there one day and gone the next. I can't seem to find them. Any idea how I can get them back and keep them there? Thank you...
  3. Hotmail up and down arrows?

    in Windows 10 Software and Apps
    Hotmail up and down arrows?: The up and down arrows in Hotmail for going onto the next email or previous email keep disappearing, they will be there one day and gone the next. I can't seem to find them. Any idea how I can get them back and keep them there? Thank you...
  4. up and down arrow keys

    in Windows 10 Gaming
    up and down arrow keys: whenever i press the down arrow key it goes down but then up again but when i hold it it works if i press the up-arrow key on the keyboard it goes up two times how do i fix this on the msi laptop...
  5. up and down arrow keys

    in Windows 10 Software and Apps
    up and down arrow keys: whenever i press the down arrow key it goes down but then up again but when i hold it it works if i press the up-arrow key on the keyboard it goes up two times how do i fix this on the msi laptop...
  6. Download arrow or down arrow in start menu

    in Windows 10 Customization
    Download arrow or down arrow in start menu: [ATTACH]I had reset [ATTACH] my windows 10 last day after resetting it i found that there are down arrows in start menu.Please help me and give a solution to this problem...
  7. down arrow key not worrking

    in Windows 10 Customization
    down arrow key not worrking: so this is a software problem. i know this cause the down arrow key for the on screen keyboard also doesn't work iv gone through the following trying to fix it iv; cleaned out my keyboard, uninstalled the driver and reinstalled it, reset my computer, and tried on screen...
  8. No pofiles.json on New Windows Terminal

    in Windows 10 Software and Apps
    No pofiles.json on New Windows Terminal: I saw people customizing their Terminal. I wanted to do it but there is no profiles.json. When I click settings from the dropdown menu, It opens settings.json not profiles.json....
  9. New Terminal

    in Windows 10 Network and Sharing
    New Terminal: Hello, i downloaded the new Windows 10 Terminal from GitHub to test it out. But i know nothing about Visual Studio. Could you walk me through how to get it compiled? https://answers.microsoft.com/en-us/windows/forum/all/new-terminal/84b581dd-b379-4f1e-a391-5faf66f507a1"
  10. Windows down arrow key stuck?

    in Windows 10 Drivers and Hardware
    Windows down arrow key stuck?: I have recently built my third computer, but the keyboard or something else seems to be wrong. The down arrow is not working properly, it is stuck in place. I have tried everything to get it to not be stuck. I first tried sticky keys, but that did nothing, I pulled up the...