Lowcoder Documentation
  • Lowcoder overview
    • The "Hello World" walk
  • ๐Ÿ†•Setup and run
    • Cloud & Private Cloud
    • Self-hosting
      • Google Cloud Platform
      • Easypanel
      • Heroku
      • Raspberry Pi
      • Access local database or API
      • Update MongoDB Versions
      • Lowcoder Version Update
      • Traefik loadbalancer
      • SMTP Server
      • Migration from Openblocks
    • Security
  • ๐ŸจWorkspaces & Teamwork
    • Workspaces
      • SAAS Mode
      • Enterprise Mode
    • Members and Groups
    • Permissions for Resources
    • OAuth
      • KeyCloak
      • Google
      • GitHub
      • Generic OAuth Provider
    • Query library
    • Lowcoder Marketplace
  • โœจBuild Applications
    • Create a new App
      • App(s) Navigation
      • Modules
      • Version and Release Management
    • App Editor
      • Query & Editing Roundtrips
      • Bulk Editing
      • Keyboard shortcuts
      • Data selection & Javascript
      • Layers
      • Visual Components
        • Common Component Settings
        • Messages / Toast
        • Dashboard & Reporting
          • Table
          • Charts and graphs
            • Bar Chart
            • Line Chart
            • Pie Chart
            • Scatter Chart
            • CandleStick Chart
            • Funnel Chart
            • Gauge Chart
            • Graph Chart
            • Heatmap Chart
            • Radar Chart
            • Sankey Chart
            • Suburst Chart
            • Theme River Chart
            • Tree Chart
            • Treemap Chart
            • Mermaid Chart
          • Google Maps
        • Layout & Navigation
          • List View
          • Drawer
          • Modal
          • Navigation
          • Cascader
          • Tree / Tree Select
          • Link
          • Floating Button
          • Text
          • Step Control
          • Page Layout
          • Content Card
          • Tabbed Container
        • Data Collection & Forms
          • Form
          • Input Field Types
          • JSON Schema Form
        • Meeting & Collaboration
        • Project Management
        • Calendar & Scheduling
          • Calendar
          • Date & Date Range
          • Time & Time Range
        • Document & File Management
          • File upload
        • Item & Signature Handling
        • Multimedia & Animation
          • Image
        • Integration & Extension
        • Legacy & Deprecated
      • Option lists
      • Date handling
      • Use Markdown
    • App Interaction
      • Event handlers
    • Themes & Styling
      • Design an efficient and user-friendly form
      • Customize Styles
      • Component Styling Possibilities
    • Video Calls in Lowcoder
  • ๐Ÿš€Connect your Data
    • Data source basics
      • Configure IP allowlists
    • Data sources in Lowcoder
      • APIs as Datasource
        • REST API
        • GraphQL
        • Google Sheets
      • SQL Databases
        • MySQL
        • MariaDB
        • Supabase
          • Supabase PostgreSQL
          • Supabase Assets API
          • Supabase RealTime
          • Supabase OAuth
        • PostgreSQL
        • Microsoft SQL Server
        • Oracle
      • NoSQL Databases
        • MongoDB
        • CouchDB
        • DynamoDB
      • InMemory Databases
        • Redis
      • File Storages
        • S3 File Storage
      • BigData & OLAP
        • Big Query
        • Snowflake
        • ClickHouse
        • Elasticsearch
      • Websocket Datasource
    • Query basics
      • Bind Query Data to Components
      • Query library
  • ๐Ÿช„Workflows
    • n8n Integration
  • ๐Ÿ’ซBusiness Logic in Apps
    • Write JavaScript
      • JavaScript query
      • Temporary state
      • Transformers
      • Data responder
      • Built-in JS functions
  • ๐Ÿ™ŒPublish Apps
    • Share an App
    • Publish an App
    • Embed an App
      • Embed App in HTML Pages
      • Embed App in WordPress Pages
      • Embed Apps in React
      • Embed Apps in NEXT.JS
      • Native embed SDK
        • Build the SDK from Source
  • ๐Ÿ”ฅLowcoder Extension
    • Opensource Contribution
      • Develop UI components for Apps
      • Develop Data Source Plugins
    • Use third-party libraries in Apps
      • Day.js Date handling
      • Import your own JavaScript Library
    • Custom component
    • Lowcoder Open REST API
  • Lowcoder for Enterprise
    • Custom branding
Powered by GitBook
LogoLogo

More to try...

  • Lowcoder Website
  • Free Cloud Platform
  • Github
  • Discord

ยฉ Lowcoder Software LTD

On this page
  • Built-in keyboard shortcuts
  • Global
  • App editor
  • Component
  • Query editor
  • Text editor
  • Custom keyboard shortcuts

Was this helpful?

  1. Build Applications
  2. App Editor

Keyboard shortcuts

Built-in keyboard shortcuts

Keyboard shortcuts are a powerful tool that can greatly improve productivity and efficiency when working on a computer. With the ability to assign custom keystrokes to frequently used commands, tasks can be completed quickly and with minimal effort. This is particularly useful for individuals who rely heavily on keyboard input, such as programmers, writers, or designers.

Keyboard shortcuts have been around for decades, and most software applications come with a set of default shortcuts. Lowcoder offers built-in keyboard shortcuts to help you work on the interface faster and more efficiently with improved controlling precision.

Global

Global keyboard shortcuts across Lowcoder interfaces.

Shortcut
Description

?

Toggle keyboard shortcuts

App editor

Keyboard shortcuts in the App editor.

Shortcut
Description

โŒ˜ + B

Toggle left pane

โŒ˜ + J

Toggle bottom pane

โŒ˜ + U

Toggle right pane

โŒ˜ + .

Toggle all panes

โŒ˜ + โ‡ง + P

Preview

โŒ˜ + Z

Undo

โŒ˜ + โ‡ง + Z

Redo

โŒ˜

Show grid

Component

Keyboard shortcuts to control components.

Shortcut
Description

โŒ˜ + Click

Select multiple

โŒ˜ + A

Select all

โŒ˜ + C

Copy

โŒ˜ + X

Cut

โŒ˜ + V

Paste

โ† โ†‘ โ†’ โ†“

Move

โŒ˜ + โ† โ†‘ โ†’ โ†“

Resize

DEL/Backspace

Delete

ESC

Deselect

Query editor

Keyboard shortcuts in the Query editor.

Shortcut
Description

โŒ˜ + โ†ต

Run current query

Text editor

Keyboard shortcuts in the Text editor.

Shortcut
Description

โŒ˜ + L

Format

โŒ˜ + Click

Open in left pane

Custom keyboard shortcuts

You can define custom keyboard shortcuts at app-level. Go to โš™๏ธ on the left side-bar > App settings > Custom shortcuts. Click + Add to add new shortcuts for specific actions. Then, you can click a custom shortcut to midify it or click the three dots ยทยทยท to delete it.

Lowcoder keyboard shortcuts are better set to avoid conflicts with the browser's keyboard shortcuts, in case they can not be successfully triggered.

PreviousBulk EditingNextData selection & Javascript

Last updated 9 months ago

Was this helpful?

โœจ