Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/PowerToys
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: microsoft/PowerToys
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev/FHL/keyboard-manager
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 32 files changed
  • 2 contributors

Commits on Feb 27, 2025

  1. Copy the full SHA
    b2dae5b View commit details

Commits on Mar 3, 2025

  1. [FHL] Set up dev UX for Keyboard Manager Editor (#37730)

    * Implement a dev version ui which is copy of current WinUI2 UX
    
    * Implement WinUI3 dropdown and P/Invoke the key list from existing C++ Library
    
    * Update Dllimport path
    haoliuu authored Mar 3, 2025
    Copy the full SHA
    d90215e View commit details

Commits on Mar 4, 2025

  1. [FHL] New static UX for Keyboard Manager Editor (#37747)

    * Set up static new UX for Keyboard Manager Editor
    
    * Improve the formatting and performance
    
    * fix spelling
    haoliuu authored Mar 4, 2025
    Copy the full SHA
    f7ed043 View commit details

Commits on Mar 5, 2025

  1. [FHL] Load Remapping Config and Data for Keyboard Manager new UX (#37762

    )
    
    * Load remapping config and data
    
    * display single key to shortcuts mapping properly
    
    * get remapping with operation type so we can display them in different tabs
    
    * clean up the xaml
    haoliuu authored Mar 5, 2025
    Copy the full SHA
    1e3108e View commit details

Commits on Mar 6, 2025

  1. [FHL] Save Remapping Config and Data (#37787)

    * load URL remapping
    
    * Save Remapping Config and Data
    
    * update mock data for testing
    
    * fix app mapping
    
    * update xaml
    haoliuu authored Mar 6, 2025
    Copy the full SHA
    e52ac85 View commit details
  2. [FHL] Add Select Key UI in Inputcontrol (#37788)

    * add press button
    
    * add right press button
    
    * add right press button by original button
    
    * change toggle button position
    
    * fix type error
    
    * merge
    
    * add link
    
    * brush blue in new keys
    
    * remove unuse annotations
    
    * remove unuse keyvisual
    chenmy77 authored Mar 6, 2025
    Copy the full SHA
    e184808 View commit details
Loading