Skip to content

GitLab

    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    • Menu
    Projects Groups Snippets
  • Sign up now
  • Login
  • Sign in / Register
  • P PinePhone_PineTab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 124
    • Issues 124
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

GitLab 15.0 has launched! Please visit Breaking changes in 15.0 and 15.0 Removals to see which breaking changes may impact your workflow.

  • UBports
  • Community Ports
  • PinePhone_PineTab
  • Issues
  • #11
Closed
Open
Created Jan 21, 2020 by Dalton Durst@UniversalSuperBoxOwner

Unable to take a screenshot

It is not possible to take a screenshot by holding both volume buttons on the PinePhone. The ADC driver in the device can only send one keypress at a time, so we cannot know when both buttons are pressed.

A possible solution to this is using Power+Volume (up or down) to take a screenshot.

In the mean time, you can add a button to the Shell for taking a screenshot. Add the following to the end of the Shell.qml file, but before the final closing brace:

    Button {
        color: "white"
        text: "Screenshot"
        anchors {
            bottom: parent.bottom
            right: parent.right
        }
        onClicked: itemGrabber.capture(shell)
    }
Assignee
Assign to
Time tracking