Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Product Lifecycle
  3. Free Tools
  4. NumCapsInsScroll Toolbar

NumCapsInsScroll Toolbar

Scheduled Pinned Locked Moved Free Tools
combeta-testinghelpquestioncode-review
12 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kevin Marois
    wrote on last edited by
    #1

    Tired of accidentally hitting Caps Lock or Insert while you're typing? I wrote this NumCapsInsScroll app[^] to give you both visual and audible notifications when you hit one of those keys. Download Here [^] Please provide feedback. Source code available upon request.

    If it's not broken, fix it until it is

    RaviBeeR D L 3 Replies Last reply
    0
    • K Kevin Marois

      Tired of accidentally hitting Caps Lock or Insert while you're typing? I wrote this NumCapsInsScroll app[^] to give you both visual and audible notifications when you hit one of those keys. Download Here [^] Please provide feedback. Source code available upon request.

      If it's not broken, fix it until it is

      RaviBeeR Offline
      RaviBeeR Offline
      RaviBee
      wrote on last edited by
      #2

      Thanks.  Why not post it as a CP article? :cool: /ravi

      My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

      1 Reply Last reply
      0
      • K Kevin Marois

        Tired of accidentally hitting Caps Lock or Insert while you're typing? I wrote this NumCapsInsScroll app[^] to give you both visual and audible notifications when you hit one of those keys. Download Here [^] Please provide feedback. Source code available upon request.

        If it's not broken, fix it until it is

        D Offline
        D Offline
        dandy72
        wrote on last edited by
        #3

        That's pretty slick. 2 thoughts come to mind: - Make each button optional...that is, I might not care about displaying the state of Scroll or Ins - Wondering if it would look better as a set of icons in the system tray (next to the clock) instead of a floating window...that might go against Microsoft's long-standing position on "abusing" the system tray, but nobody's going to break down your front door and bring you in for questioning if you do. Besides, it could also be a user option (one or the other...or both, really).

        K 1 Reply Last reply
        0
        • D dandy72

          That's pretty slick. 2 thoughts come to mind: - Make each button optional...that is, I might not care about displaying the state of Scroll or Ins - Wondering if it would look better as a set of icons in the system tray (next to the clock) instead of a floating window...that might go against Microsoft's long-standing position on "abusing" the system tray, but nobody's going to break down your front door and bring you in for questioning if you do. Besides, it could also be a user option (one or the other...or both, really).

          K Offline
          K Offline
          Kevin Marois
          wrote on last edited by
          #4

          Thanks for the feedback. 1) I like the idea of independently tracking each button. Easy option to add in. 2) The Toolbar doesn't have to be displayed. The second option on the Options dialog is "Show the toolbar", which when unchecked, hides the toolbar. I got this idea from a similar app I saw that had an icon with 3 vertical bars that turned green when their specific button was pressed. I could do the same I guess. As far as using the System Tray - Screw MS :)...

          If it's not broken, fix it until it is

          D 1 Reply Last reply
          0
          • K Kevin Marois

            Thanks for the feedback. 1) I like the idea of independently tracking each button. Easy option to add in. 2) The Toolbar doesn't have to be displayed. The second option on the Options dialog is "Show the toolbar", which when unchecked, hides the toolbar. I got this idea from a similar app I saw that had an icon with 3 vertical bars that turned green when their specific button was pressed. I could do the same I guess. As far as using the System Tray - Screw MS :)...

            If it's not broken, fix it until it is

            D Offline
            D Offline
            dandy72
            wrote on last edited by
            #5

            Kevin Marois wrote:

            The Toolbar doesn't have to be displayed

            Of course...but then, there's little point in leaving the app running if it's not going to show anything, right? My main point is that I'm not a fan of floating windows, especially if they're intended to show information you only want to quickly glance at. But hey, these were merely ideas I was throwing at you.

            K 1 Reply Last reply
            0
            • D dandy72

              Kevin Marois wrote:

              The Toolbar doesn't have to be displayed

              Of course...but then, there's little point in leaving the app running if it's not going to show anything, right? My main point is that I'm not a fan of floating windows, especially if they're intended to show information you only want to quickly glance at. But hey, these were merely ideas I was throwing at you.

              K Offline
              K Offline
              Kevin Marois
              wrote on last edited by
              #6

              dandy72 wrote:

              but then, there's little point in leaving the app running if it's not going to show anything, right?

              Wrong. The app is monitoring the state of the keys. When you press one it plays a Click sound. The toolbar isn't really necessary. Closing the toolbar doesn't kill the app.

              If it's not broken, fix it until it is

              D 1 Reply Last reply
              0
              • K Kevin Marois

                dandy72 wrote:

                but then, there's little point in leaving the app running if it's not going to show anything, right?

                Wrong. The app is monitoring the state of the keys. When you press one it plays a Click sound. The toolbar isn't really necessary. Closing the toolbar doesn't kill the app.

                If it's not broken, fix it until it is

                D Offline
                D Offline
                dandy72
                wrote on last edited by
                #7

                Ah, ok. That'll teach me to provide feedback for an app without even...downloading it. :-O

                K 1 Reply Last reply
                0
                • D dandy72

                  Ah, ok. That'll teach me to provide feedback for an app without even...downloading it. :-O

                  K Offline
                  K Offline
                  Kevin Marois
                  wrote on last edited by
                  #8

                  No worries

                  If it's not broken, fix it until it is

                  D 1 Reply Last reply
                  0
                  • K Kevin Marois

                    Tired of accidentally hitting Caps Lock or Insert while you're typing? I wrote this NumCapsInsScroll app[^] to give you both visual and audible notifications when you hit one of those keys. Download Here [^] Please provide feedback. Source code available upon request.

                    If it's not broken, fix it until it is

                    L Offline
                    L Offline
                    LuxuryShowerHeads
                    wrote on last edited by
                    #9

                    The driver they provide is for the multimedia keyboard which came with the PC. I downloaded the driver just in case but it does not include the num/caps/scroll lock indicator on the quick launch (lower right) toolbar. I have two other HP desktops (one with Visat 32 bit & one with XP) that came with the HP On-Screen Cap/Num/Scroll Lock Indicator installed at build. Still searching...

                    1 Reply Last reply
                    0
                    • K Kevin Marois

                      No worries

                      If it's not broken, fix it until it is

                      D Offline
                      D Offline
                      dan22adw
                      wrote on last edited by
                      #10

                      Mobila birou Timisoara

                      K 1 Reply Last reply
                      0
                      • D dan22adw

                        Mobila birou Timisoara

                        K Offline
                        K Offline
                        Kevin Marois
                        wrote on last edited by
                        #11

                        What?

                        If it's not broken, fix it until it is

                        OriginalGriffO 1 Reply Last reply
                        0
                        • K Kevin Marois

                          What?

                          If it's not broken, fix it until it is

                          OriginalGriffO Offline
                          OriginalGriffO Offline
                          OriginalGriff
                          wrote on last edited by
                          #12

                          Spam...

                          Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

                          "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                          "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups